Hi,
I have a page with some controls and the last control which is below all other controls is a TreeList.
This TreeList can contain more data than it could fit on the screen, so it automatically gets bigger than the browser window and the
browser displays scroll bars. This could be ok, but the LoadingPanel image could be outside the viewport if there are too many rows.
So I want to prevent that the TreeList grows bigger than the page. I know I can set AllowScrolling to true, but this seems to work only for fixed heights, not relative ones.
Could you please tell me how I can prevent the TreeList from growing larger than the viewport?
Thanks!
I have a page with some controls and the last control which is below all other controls is a TreeList.
This TreeList can contain more data than it could fit on the screen, so it automatically gets bigger than the browser window and the
browser displays scroll bars. This could be ok, but the LoadingPanel image could be outside the viewport if there are too many rows.
So I want to prevent that the TreeList grows bigger than the page. I know I can set AllowScrolling to true, but this seems to work only for fixed heights, not relative ones.
Could you please tell me how I can prevent the TreeList from growing larger than the viewport?
Thanks!