How to align the XPTaskBarItems in XPTaskBar
2 Jun 20211 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