Hi all,
I have a tablelayoutpanel filled inside a splitter container. when I try to increase the size of tablelayoutpanel by moving splitter, always the last row of tablelayoutpanel is becoming bigger. I want to increase the size of the first row. Is it possible

problem resizing tablelayoutpanel
stswordman
Seems you are using a horizontal splitter container, right did you try to adjust the height of your rows in percentages instead of absolute values or vise-versa I can't be sure which will be more suitable to you as it depends on the number of rows and their respective orientations and sizes. The rule generally is: absolute values over percentages! that is, if you want your last row to remain unsized, adjust its height to an absolute value, then adjust the rows you want resized to a percentage value. This way, the tablelayoutpanel will first give absolute valued rows their space, the remaining space is devided amongst percentage valued rows according to their respective heights!
Hope this helped!