开发者

What control can use to order and select data? C# .NET

开发者 https://www.devze.com 2022-12-11 01:21 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消