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
255
How do I hide the group content pane?
posted

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!

Parents
No Data
Reply
  • 19308
    posted

    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

Children
No Data