Home > front end >  Is there a native .NET component that is analogous to the StringGrid?
Is there a native .NET component that is analogous to the StringGrid?

Time:01-06

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.

  • Related