Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FlowLayoutControl.AnimateItemMoving Property

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

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

#Declaration

public bool AnimateItemMoving { get; set; }

#Property Value

Type Description
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