| Tab panes height equal to tab panes content? ¶ | |
| It seems that tab control calculate maximal height of all tab panes, and set height of all tab panes to maximal value. It looks ugly if one tab's pane has big content (in height) and other tab pane doesn't. Is there any way that every tab pane content has its own height (actually height of pane, independent of other tab's panes height) without resizing to maximal possible value? | |
| Re: Tab panes height equal to tab panes content? ¶ | |
| Actually, rollbar control height is set to maximal height and depends on maximal height of all rollbar panes which is bad. | |
| last |
| Re[2]: Tab panes height equal to tab panes content? ¶ | |
| I have tried with adding EventListiner for onInit and onChangeStart events and code like this: this.innerTable.style.height = '200px'; but nothing happens. I have also tried: Thanks for help. | |
| last |














