R
roidy
How do I detect when a user scrolls a ListView control?
Thanks
Rob
Thanks
Rob
roidy said:How do I detect when a user scrolls a ListView control?
Thanks
Rob
roidy said:Thanks Lloyd,
Basically my application displays a listview with 2 columns, when the user
selects a row the second column has a combobox overlaid on top of it so
the user can make a selection from it. Now if the user scrolls the
listview I need to remove the combobox because it will no longer lineup
with the selected row.
I`m at step 6 in your explanation all I need to do is detect when the
scroll bar is moved. I just dont know how to handle the ProcMsg event.
Again thanks for the easy to follow explanation.
Rob