Is it possible to sort XPTaskBarBox in Windows Forms

3 May 20211 minute to read

Yes. It is possible to sort the XPTaskBarItems of an XPTaskBarBox control, by calling the Sort() method as follows.

this.xpTaskBarBox1.Items.Sort();
Me.xpTaskBarBox1.Items.Sort()