vote up 0 vote down star

Basically i am looking for the top half of this.

I am using a listbox for the left side where it says All, Active, Inactive etc. Now i need the right side, what control is that? I need something that will highlight an entire row and allow me to order (ASC and DESC) based on the column i click.

alt text

flag

41% accept rate

4 Answers

vote up 1 vote down check

Looks like a DataGridView

link|flag
After a lot of tweaking i got it to look similar. – acidzombie24 Nov 4 at 20:08
vote up 0 vote down

DataGridView or ListView (ViewMode = Details).

link|flag
vote up 0 vote down

The easiest way to get that would be a GridView. I'm fairly sure that you should be able to customize it enough to get it to look similar to the screenshot you provided.

link|flag
vote up 0 vote down

Sounds like you're looking for the DataGridView control.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.