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
Frank,
Try something like this:
ultraExplorerBar1.Groups[0].ItemSettings.Height = 50;
That worked for me.
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