IXRFluidMoveScope (Compact 2013)

3/28/2014

This enumerated type indicates whether a FluidMoveBehavior applies to the element to which it is attached, or to the children of that element. “Self” is useful when there is a single element that should behave in a special manner; “Children” is useful when the same behavior should apply to all children of a WrapPanel or to the ItemsHost panel of an ItemsControl.

Syntax

enum XRFluidMoveScope {
   FluidMoveScope_Children,
   FluidMoveScope_Self};

Public Data Members

Member

Description

FluidMoveScope_Children

Apply to an element and its children.

FluidMoveScope_Self

Apply only to a single element.

Protected Data Members

None

See Also

Reference

XAML for Windows Embedded Enumerations