How to create a custom DataGrid view in C # - Winforms app

alt text http://www.freeimagehosting.net/uploads/e9ab873d56.png

Look at the bottom component where GroupBox is Open Work Orders. What components are these?

+2


a source to share


1 answer


It looks like just normal ListView

, with its property View

set to a value Details

and three added Columns

.



+7


a source







All Articles