How to align the XPTaskBarItems in XPTaskBar
3 Sep 2020 / 1 minute to read
You can arrange the XPTaskBarItems horizontally or vertically using BoxItemsAlignment property. The following code snippet can be
used.
this.xpTaskBar1.BoxItemsAlignment = Syncfusion.Windows.Forms.Tools.XPTaskBar.ItemsAlignment.Horizontal;
Me.xpTaskBar1.BoxItemsAlignment = Syncfusion.Windows.Forms.Tools.XPTaskBar.ItemsAlignment.Horizontal
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page