Hello,
I have a drag and drop interface where someone drags an item into a
list view. I would like to make it easier for the user to pick the
correct one by making the listviewitem that the user is currently
hovering over larger. This is a similar interface to the Apple dock.
Is there an way to do this? Will it mean overriding the paint event
for the list view or is there an easier way?
I have a drag and drop interface where someone drags an item into a
list view. I would like to make it easier for the user to pick the
correct one by making the listviewitem that the user is currently
hovering over larger. This is a similar interface to the Apple dock.
Is there an way to do this? Will it mean overriding the paint event
for the list view or is there an easier way?
Comment