Hey guys,

I've been having problems when removing rows from a tableLayoutPanel. Let's say I have a table with 5 rows, then I remove the last row. The result is 4 rows, but it's like the last row's height got increased with whatever the 5th row's value was. I can't seems to decrease it no matter what. Changing the last item's value from RowStyle doesn't take effect. Any ideas?

Cheers!