I have a WebDataTree inside of a WebTab and when the page loads the tab sizes to the correct height. When I expand the nodes in the tree, the height stays the same and scroll bars appear. I need the height to auto-adjust with the tree nodes expanding and collapsing.
I have width set the 100%. I've tried to set the height to 100% but that causes problems even with the initial sizing on the first load of the page.
Thanks for any help that can be provided.
THANK YOU for this post. This has been grinding on me for a couple of weeks and finally after taking another shot at resolving this issue today I found your post.
I wish this was clearer in the documentation.
Hello,
I'm just checking if you have any further questions on this case.
Hi neilfl,
I'd suggest you to set Height="" for the WebTab and also use this CSS to force auto-sizing when tree nodes are expanded/collapsed: .igtab_THContentHolder { height: auto !important;}
Please let me know if this helps.