vote up 0 vote down star

I have an ListView set up to sort, and I have that working well.

However, when the ListView is sorted, no indication is provided as to the current sort column and order.

I tried a solution setting the ColumnHeader.ImageKey property whenever sorting, but I want to be able to use images that aren't the size specified by the ListView's SmallImageList.

Is there any way to do this without using OwnerDraw mode?

flag

71% accept rate

1 Answer

vote up 1 vote down check

I don't think you can do it without OwnerDraw. However, OwnerDraw isn't as bad as you might think. There are many examples on CodeProject.com; like this and this

link|flag
Okay, although those CodeProject links were no help, I think OwnerDraw might be what I need. Besides, it might even help me solve some other minor problems I've been having! :-) – MiffTheFox May 19 at 14:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.