Intersoft ClientUI Documentation
EnableSlidingAnimation Property (UXTreeView)



Gets or sets a value indicating whether animation should be applied when the node is expanded or collapsed.
Syntax
<CategoryAttribute("Common Properties")>
Public Property EnableSlidingAnimation As Boolean
Dim instance As UXTreeView
Dim value As Boolean
 
instance.EnableSlidingAnimation = value
 
value = instance.EnableSlidingAnimation
[CategoryAttribute("Common Properties")]
public bool EnableSlidingAnimation {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool EnableSlidingAnimation {
   bool get();
   void set (    bool value);
}
Remarks

By default, UXTreeView applies sliding animation during the item expand and collapse to provide smooth and compelling user experiences. In certain cases where animation is not preferred, you can disable it by setting the EnableSlidingAnimation property to false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXTreeView Class
UXTreeView Members

Send Feedback