Show / Hide Table of Contents

Enum FluidMoveScope

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.

Namespace: Microsoft.Expression.Interactivity.Layout
Assembly: OpenSilver.Expression.Interactions.dll
Syntax
public enum FluidMoveScope

Fields

Name Description
Children
Self
  • Improve this Doc
  • View Source