Lisbox vs datagrid highlighting/selection?

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.
 
N

___Newbie___

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top