How can I help you?
How to align the XPTaskBarItems in XPTaskBar
4 Feb 20251 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