I am creating my groups for the explorer bar in code. I am tryign to affect how much the items within the group are indented and I can't seem to find a way to do it. I found the ItemAreaInnerMargins in settings but that is a read only property. Is there another way to get the change I am looking for?
Thanks
Hello Dave,
Your close, you have the ability to set ItemAreaInnerMargins.Left value to increase/decrease the indentation of the items in your group.
eg.
this.ultraExplorerBar1.GroupSettings.ItemAreaInnerMargins.Left = 100;
Let me know if you have any questions regarding this matter.
Wow can't believe i just needed to add that. Thanks for the reply.