views:

235

answers:

1

In C#, is there an equivalent to the Java JTable? Additionally, I'd like to be able to have rows sorted by column when the user clicks on that column heading. Finally, I'd like to have two tabs, each with a "JTable" in it.

+3  A: 
System.Windows.Forms.DataGridView
leppie
leppie: thank you
JaysonFix