I am trying to develop a simple case where the tabs appear within a modal dialog window. The trick is the tabs contain a dynamic tree. That tree can grow and shrink. This brings me to my problem. When the tree grows, it makes the dialog scrollable which is not what I intend. I want to make each tab to be scrollable.
When the dialog contains a scrollbar, and if I scroll down, I loose my tab titles. That makes sense since the dialog title has to stay up.
Any solutions or suggestions. I donot have much knowledge with css and a little of javascript.
I'd ideally use the tabs as the heading of my dialog. Thanks