I have some resizable TablePanel with different height, depending of the number of columns.
I’d like these panels to have a maximal height when the graph is displayed, but let the user resize them across this height when they resize panel.
Is there an easy way to do it ? Shoud i implement some layout that would set the height of every objects ?