I got two ListCtrl, when I select a item in the left one and then click in the right one everything works fine, but if I click in the left one again on another item you can see how the old selected item loses its selection and the new one gets it. Any ideas on how to prevent this? IE. how do I COMPLETLEY remove the selection of a item (I want the "border" around the item to disapear to just not the filled selection rectangle)?

-- henrik