Hi, all!
I need to create table in WinForm (like an Exel).
Hint me
How can i create it ?
Thx!!!
Printable View
Hi, all!
I need to create table in WinForm (like an Exel).
Hint me
How can i create it ?
Thx!!!
Try using the DataGrid control. You may need to extend it to add some functionality. There may be a third party solution too.