Hi Mike,
In our application we are using custom images to show on column headers for sorting. The images are based on your standard sorting arrows. We have several images for several different column sort states. For example:
1) We have an image for a column that is sortable but not yet sorted by the user.
2) We have an image for a column that is sortable and is sorted ascending by the user.
3) We have an image for a column that is sortable and is sorted descending by the user.
The question I have is, where is the best place to put the code to handle these different image displays. We are thinking that it's in the InitializeLayout handler. Can you confirm? And if it's not, could you suggest a better place.
Thank you,
Steve
Hi Steve,
Well, I guess the initial image could be applied in the InitializeLayout event. After that, you would want to change the image in the AfterSortChanged event, I think.