I need a table for my Winform app and my question is what is the best control to use for it. In my table i need to:
- add columns once the user adds...
- the values in the table cells oftenly updates and contain String types and double.
I serached the web for some kind of tamplates for tables or any other examples of designed controls with no luck, i know java and c++ have many of that kinds. If you can recommand me of such sites...
Thanks.
DataGridcontrol unsuitable for your purposes?