C# What is this type of sorted listbox -


i've been looking long time , cannot find type of sorted box here:

enter image description here

if here knows name of , how can assign id example. in box i'd like. status, display name, username

but want id of each item username, mean id when highlighted can message handle.

looks listview control. need add icons , columns , put in detail view.

start here:

http://msdn.microsoft.com/en-us/library/3bz1s4ky(v=vs.90).aspx

and follow how-to's, such one: how add icons listview:

http://msdn.microsoft.com/en-us/library/z4ka5fex(v=vs.90).aspx


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -