I use a listview to display tabular data where all I want is a 5 x 4 grid of text labels generated at runtime. I want to be able to control the font, row height, column width etc. The listview is working for me except for the height. Would I have been better off using the tablelayoutpanel? I can't find many code samples on the net.