Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
UltraExplorerBar Group ItemAreaInnerMargins
posted

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

Parents
  • 29105
    Verified Answer
    Offline posted

    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.

Reply Children
No Data