I am trying to create a grid where each row has a different height depending on how many times the text has been wrapped to a new line on that row. For example on Row[0] if the text has wrapped 2 twice so that it takes 3 lines then I want the row's height to 3 times default and if Row[1] was not wrapped at all so I want it's height to be the default height. Is there anyway to make the rows hieght dynamic like this?
I am using NetAdvantage for Windows Forms 2008 Vol. 1 Bundle.
Thanks, that RowSizing property was exactly the type setting I was looking for.
Yes, just set RowSizing to Free.