FlowLayoutControl.AnimateItemMoving Property
In This Article
Gets or sets if FlowLayoutControl animation is enabled. This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if Flow |
#Remarks
Items displayed by a FlowLayoutControl support drag-and-drop movement at runtime. Set the FlowLayoutControl.AllowItemMoving property to true to turn this feature on. In this case, you can enable a soft animation for this movement by setting the AnimateItemMoving property to true. Additionally, you can specify how long will this animation lasts by tweaking the FlowLayoutControl.ItemMovingAnimationDuration property.
#Implements
DevExpress.Xpf.LayoutControl.IFlowLayoutControl.AnimateItemMoving
See Also