TStringGrid equivalent?

  • Thread starter Thread starter jjsavage
  • Start date Start date
J

jjsavage

Hi all,
Borland has a TStringGrid component that puts data into a nice
grid for Windows display. What's the .NET 2.0 equivalent? I've found
a System.Windows.Forms.DataGrid that seems close. Is there anything
closer?

Thanks,
John
 
DataGridView (.NET 2.0) is what you want to use -- a DataGridView that is
not attached to a data source.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top