Windows .NET / Win32 UI development
I've been battling trying to figure out how to visually create a table. It's a weird table that is sortable by column but only rows are selectable.
For people using uTorrent it looks something like this
I can't find this anywhere in Visual Studio! If it's not avialiable, how would I go about creating it myself?
Looks like a regular ListView
with the View
property = Details
with FullRowSelect
.
You could use the DataGridView control.
精彩评论