-
Sort Icon in Listview ?
Hi all,
I'd like to know how to set the ColumnHeader Icon of a Listview in .NET... We usually did that in VB6 with the ColumnHeaderIcon property or something like that... Now that dot net is making everything 10x harder for us, I really wonder how to do that simple thing ;)
See yas !
-
If you are talking about adding an icon to the headercolumn in the details View , then it can't be or if you mean adding the icon in the LargeIcon View , it should be easy to figure it out I guess .;)
-
I really mean the little arrow in the column header of a Listview that show the direction of the sort, ascending or descending... are you confirming this EASY TASK in VB6 cannot be done in VB.NET ?
God, thx alot MS for taking us ever further BACKWARDS !!!!
-
Sorry then , I've not seen that thing in .NET . Can't help you there . Luck ..
-
Anyone else know how to do that ?