Articles in this section
Category / Section

How to provide some indent to the left of XPTaskBarItem in WinForms XPTaskBar?

1 min read

LeftSpacing

You can use LeftSpacing property of XPTaskBarItem to provide indent to the left of XPTaskBarItems

C#

this.xpTaskBarBox1.Items[1].LeftSpacing = 20;

VB

Me.xpTaskBarBox1.Items(1).LeftSpacing = 20

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied