I need a control like a StringGrid (a multi-celled grid or table-like control (spreadsheet, matrix, whatever). Is there something that can be used as such in .NET?
CodePudding user response:
DatagridView is better option.
I need a control like a StringGrid (a multi-celled grid or table-like control (spreadsheet, matrix, whatever). Is there something that can be used as such in .NET?
CodePudding user response:
DatagridView is better option.