3
Reply

Designing Flat Grid Table in C#

Ask a question
Vincent Mbav

Vincent Mbav

17y
2.9k
1
Hello People,
Can someone help me with a hint on how to design a flat grid table in C#, that must look exactly like the one designed in either MS Excel or MS Word.
The Table is meant to be made of cells that form rows and columns.
I tried to used DataGrid from Controlbox, but this table is apprearing with Row Hearder and Column Header which I do not want to appear. It suppose to be only a flat table.
Any help would be greatly appreciated.
Thanks
V.

Answers (3)