Back to Devexpress

FlowLayoutControl.AnimateItemMoving Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-flowlayoutcontrol-61dd2898.md

latest2.3 KB
Original Source

FlowLayoutControl.AnimateItemMoving Property

Gets or sets if FlowLayoutControl animation is enabled. This is a dependency property.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public bool AnimateItemMoving { get; set; }
vb
Public Property AnimateItemMoving As Boolean

Property Value

TypeDescription
Boolean

true if FlowLayoutControl animation is enabled; otherwise, false.

|

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 and the FlowLayoutControl.ItemDropAnimationDuration field.

See Also

AllowItemMoving

ItemMovingAnimationDuration

ItemDropAnimationDuration

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace