views:

169

answers:

1

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?

+1  A: 

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

NascarEd
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