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
5368
WebExplorerBar height 100%
posted

I am attempting to upgrade an UltraWebListbar to the WebExplorerBar.  Basically, this UltraWebListBar resides on the left side of the browser window, with height at 100%.  Each group contains a Template which contains other html.  This is used for selecting criteria for a report.

 

The UltraWebListBar honors the Height attribute, and is always sized to 100%.  The groups are stacked at the very top and very bottom of the page, with the selected group's content using all of the remaining available height.  It doesn't matter what the size of the actual content is, it honors the height, and displays scrollbars on the content as necessary.

 

For the life of me, I can't get the WebExplorerBar to behave the same way.  It seems to ignore the Height property altogether, and instead sizes itself vertically based on the content size.  Even with the height at 100%, the bottom group is half-way up the page, and the selected group is tightly compressed.  If I select a group that contains an item with a lot of content, it forces the bottom groups down below the bottom of the page so you have to scroll to see them.  I can't specify a item heights, because I can't predict what the browser size will be.  Besides, the item height ought to be irrelevant.  I can put a div in the template and use overflow to display scrollbars if necessary.

 

I really could use some guidance here.  How can I get the WebExplorerBar to honor its Height property, when it is set to 100%? 

I am running 12.2,20122.2075 of the Infragistics4.Web.v12.2.dll, however I am stuck on version 11.1.20111.2238 of the Misc and Shared libraries until I finish upgrading the legacy controls. I don't know which library the WebExplorerBar is in.