What control to use for dynamic display of tabular data?
Ive come from the HTML world where I can do a <table><tr><td>...</td></tr></table> for each table of data. This table can be anywhere from 1 to an unlimited amount of rows. I want to place a control on a form that will grow or shrink based on the amount of data rows. Should I use a tablelayoutpanel like I can do in HTML or a datagrid?
Basically, i want the "table" to grow based on the number of rows without ever displaying a scroll bar on the control.
Any ideas?
Thanks

