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
5250
ExplorerBar change spacing between Items
posted

Hello all

I have a ExplorerBar (Infragistics 4 (13.2))
How can I change the space between items ?
I already played arround with ItemAreaInner(and outer)Margins
but this does not work. This only changes spaces on top or bottom of all items.

Thanks and best regards
Frank Uray

Parents
No Data
Reply
  • 9298
    posted

    Frank,

    Try something like this:

    ultraExplorerBar1.Groups[0].ItemSettings.Height = 50;

    That worked for me.

Children