Articles in this section
Category / Section

How to increase or decrease the speed of expand or collapse animation in the WinForms XPTaskBar?

1 min read

Animation settings

You can increase or decrease the animation speed of the XPTaskBarBox drop down by using the AnimationDelay property. This property helps specify the animation delay when the task box is opened or closed.

C#

// Specifies the Animation delay for the XPTaskBarBox.
this.xpTaskBarBox1.AnimationDelay = (int)this.integerTextBox1.IntegerValue;

VB

'Specifies the Animation delay for the XPTaskBarBox.
Me.xpTaskBarBox1.AnimationDelay = CInt(Fix(Me.integerTextBox1.IntegerValue))

 

Note:

The default value is 50 for 50 milliseconds.

 

Animation delay based on the TextboxExt value

Figure 1: Animation delay based on the TextboxExt value

Reference link: https://help.syncfusion.com/windowsforms/xptaskbar/xptaskbar-box-settings#animation-settings

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied