Custom Listview control?

_Stuart_

New member
Joined
Mar 20, 2010
Messages
1
Programming Experience
Beginner
Hello,

I need some help finding what control this is or how it can be implemented, I have provided here an image of what I am on about. They look like column buttons and it is contained inside a listview control.

Any help will be greatly appreciated.
 
Custom images for columns can be set, add an ImageList and assign it the SmallImageList property of the ListView. Then you can set ImageKey/ImageIndex for the column. Sorting ListView Items by Column Using Windows Forms Using this example you can add a few lines of code to also set up/down image for the column being sorted, remember to remove the image from the previous column (if any).
 
Back
Top