P
Patrick
I want a Windows Forms DataGrid that acts in some ways like a ListBox. It
should behave like this:
-> When you click on a cell, the entire row is highlighted (instead of just
the contents of the cell being selected). You cannot edit cells, or even
highlight the contents of individual cells.
-> You cannot change the height of columns.
-> You cannot change the width of rows.
On the other hand, I want the DataGrid to maintain some of it's normal
features: support for multiple columns, column headers, sorting contents by
clicking on column headers, alternating row colors, etc.
How can I do this?
Thanks!
Patrick
should behave like this:
-> When you click on a cell, the entire row is highlighted (instead of just
the contents of the cell being selected). You cannot edit cells, or even
highlight the contents of individual cells.
-> You cannot change the height of columns.
-> You cannot change the width of rows.
On the other hand, I want the DataGrid to maintain some of it's normal
features: support for multiple columns, column headers, sorting contents by
clicking on column headers, alternating row colors, etc.
How can I do this?
Thanks!
Patrick