Hello allI have a ExplorerBar (Infragistics 4 (13.2))How can I change the space between items ?I already played arround with ItemAreaInner(and outer)Marginsbut this does not work. This only changes spaces on top or bottom of all items.Thanks and best regardsFrank Uray
Hi MichaelWell, I just set Appearances like BackColor, ForeColor, BorderColor, Fontfor GroupSettings and ItemSettings and so on.Thank you for your effortFrank
I guess I misunderstood. I thought that by increasing the height of the items you would in effect be increasing the space between them. How have you set the Style of the UltraExplorerBar? What style are you using?
Hi MichaelThank you for your answer, but this does not help for me.It just changes the height of the items and not the space between the items.RegardsFrank Uray
Frank,
Try something like this:
ultraExplorerBar1.Groups[0].ItemSettings.Height = 50;
That worked for me.