My application uses the TableLayoutPanel, which is inside the TabPage.
If the number of elements that I add is relatively small (that is, it does not "fill" the entire bookmark), then the last line height is stretched. Here is a screenshot of what is happening:

I tried changing the properties of the table to Autosize, GrowAndShrink, etc., but nothing prevents this.
Here are my current table layout properties:

How can I make the last line be the same size as the other lines?
thanks
source share