Putting image to right of text in ListView ColumnHeader.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
How do I go about putting an image (in my case, I want an arrow denoting direction of sort) in the header of a ListView TO THE RIGHT of the text? Is it possible without resorting to using APIs? If not, is it pretty much like doing it in VC++ (which I have seen code on here at CodeProject)? Can you direct me to an example? Secondary question... How do I change the background color of a column in a ListView? Again, can it be done without APIs? Is it done like in VC++? Where can I find an example? Thanks.