Basically i am lo开发者_开发知识库oking 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 http://dl.img.qj.net/uploads/files_module/screenshots/23991_utorrent3.png
Looks like a DataGridView
Sounds like you're looking for the DataGridView control.
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.
DataGridView or ListView (ViewMode = Details).
精彩评论