I am trying to learn C# and shall do an Excel-like program where I can copy cells etc. Should I use the Data Grid class or ListView class Or better still, is there any free data grid classes that suits this purpose Anyone one has any hints
I am trying to learn C# and shall do an Excel-like program where I can copy cells etc. Should I use the Data Grid class or ListView class Or better still, is there any free data grid classes that suits this purpose Anyone one has any hints
Making a spreadsheet. How?
madhusreddy
The data grid is your best bet, it's much richer than the list view class.
Xtian Mendoza
I am mostly going to moving around cells and such. Not really doing a spreadsheet. I was thinking about using:
http://www.codeproject.com/cs/miscctrl/csharpgridcontrol.asp
Would that suit my purpose, you think