Using VB.NET I can readily sort a ListView object on a form by clicking on a ColumnHeader and provide some visual indication as to the direction of the sort, a la Explorer.

Two questions arise:-

a) The image, taken from the SmallImageList of the ListView, displays to the left of the ColumnHeader text. Is there a simple way to get it on the right?

b) Having sorted the list, I would like to 'unsort' it i.e. return it to the original order created when it was loaded. I assume that this would be in item Index order. How do I achieve this?

--
Regards,
Mike Fry
Johannesburg.

Reply via email to