How to align the XPTaskBarItems in XPTaskBar

18 Nov 20181 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