TableLayoutPanel Rows AutoHeight Around Text?
Hi I was wondering how I can get my TableLayoutPanels to resize (height) automatically depending on how much text is inside of them. for instance, if I have 5 lines of text, I'd like my row to be 5 lines high, if I have 1 line of text, I'd like my row to be 1 line high.
This is the way tables work natively in HTML, and that's basi开发者_如何学运维cally what I'm looking for.
What the problem? Make the cell in TableLayoutPanels AutoSize, and columns left and right to the cell AutoSize.
And the result is:
精彩评论