Articles in this section
Category / Section

How to set the HeaderDirection for a WinForms XPTaskBar?

1 min read

Header direction

Using the HeaderDirection property of the XPTaskBarBox, the header direction can be changed in 2 ways:

1. LeftToRight

2. RightToLeft

C#

this.xpTaskBarBox1.HeaderDirection = Syncfusion.Windows.Forms.Tools.XPTaskBarBox.HeaderDirectionFormat.LeftToRight;
this.xpTaskBarBox1.HeaderDirection = Syncfusion.Windows.Forms.Tools.XPTaskBarBox.HeaderDirectionFormat.RightToLeft;

VB

Me.xpTaskBarBox1.HeaderDirection = Syncfusion.Windows.Forms.Tools.XPTaskBarBox.HeaderDirectionFormat.LeftToRight
Me.xpTaskBarBox1.HeaderDirection = Syncfusion.Windows.Forms.Tools.XPTaskBarBox.HeaderDirectionFormat.RightToLeft

Reference link: https://help.syncfusion.com/windowsforms/xptaskbar/xptaskbar-box-settings#header-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