Lisbox vs datagrid highlighting/selection?

  • Thread starter Thread starter ___Newbie___
  • Start date Start date
N

___Newbie___

Hello,

I'm looking for a control that can display rows and columns similar to a
table but highlight the entire row during selection?
Listbox highlights the entire row but doesn't support multiple columns.
DataGrid on the other hand supports multiple columns but I can't able to
highlight the entire row. It does a column and row level highlighting.
Does anybody know other options?
Thanks.
 
Thanks.
It worked with the mouse but how about using the keyboard e.g. using up and
down arrow keys?

Dmytro Lapshyn said:
Hello,

A ListView in the "report" mode may be? But list views do not support data
binding (as of .NET 1.0 and 1.1), you'll have to populate them manually.

Another option you might consider is customizing the DataGrid as described
here:

http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q689q

--
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]


___Newbie___ said:
Hello,

I'm looking for a control that can display rows and columns similar to a
table but highlight the entire row during selection?
Listbox highlights the entire row but doesn't support multiple columns.
DataGrid on the other hand supports multiple columns but I can't able to
highlight the entire row. It does a column and row level highlighting.
Does anybody know other options?
Thanks.
 
Back
Top