windowsforms-devexpress-dot-xtratreelist-f98b90a8.md
Lists the values that identify cells within which animation is enabled.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public enum TreeListAnimationType
Public Enum TreeListAnimationType
| Name | Description |
|---|---|
Default |
The same value as the TreeListAnimationType.AnimateAllContent option.
|
| AnimateAllContent |
Animation is enabled within all visible cells.
|
| AnimateFocusedNode |
Animation is enabled within the focused node.
|
| NeverAnimate |
Animation is disabled.
|
The following properties accept/return TreeListAnimationType values:
A TreeList control supports animation when displaying animated GIF files using the in-place ImageEdit or PictureEdit editors. Use the TreeListOptionsView.AnimationType property to select the animation mode or disable animation.
See Also