Link to home
Start Free TrialLog in
Avatar of Eddie Shipman
Eddie ShipmanFlag for United States of America

asked on

Highlighting TListView Item in OnDragOver

Is it possible to make a Listview item highlighted during the OnDragOver?

I know I can make the entire Listview CustomDrawn and highlight based on certain criteria but how would I change the font color/style, etc. in the dragover?
Avatar of Geert G
Geert G
Flag of Belgium image

using Mike Lischke's VirtualStringTree is not an option ?
it has a property in the treeoptions: ShowDropMark
which highlist the place being dragged over
Avatar of Eddie Shipman

ASKER

nope
it works for the first column, but i am assuming you want it for the subitems ?
ASKER CERTIFIED SOLUTION
Avatar of Geert G
Geert G
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Well, the Listview descendant that I'm using does not inherently highlight the first column AND the code
above does not work on this control.

I will contact the control author to figure this one out.