TAdvListView SubItemImages

I am currently using the TAdvListView with a SubItemImage in one column.

I now want to add a SubItemImage in to another column but I want the image to be on the right of the text in the column, not on the left. I cannot see a way of achieving this without going down the route of using OnCustomDrawSubItem and this adds further complications (including my existing SubItemImage disappearing).

Thanks,

Dave

Sorry, it is currently by design that subitemimages are always drawn left from the text.
Other than custom drawing, there is unfortunately not immediately another solution.