I have groups with no items. When i select a group with no items, a small white space shows up where the items would show. I need to hide this white space, and only show the group button. How do I do this? I set the Height of the UltraWebListbar to 0px; it shrinks the white space, but it doesn't hide it.
Thanks in advance!
Not sure which items are being displayed, but it can be tweaked with some css. Use Internet Explorer Developer Toolbar to identify the "white space" element, and check the style settings on it. Look for margin/padding/border, anything that will be adding space. If worse comes to worse, you can set a custom style for display:none on that ItemsArea.
-Tony