Does anybody know how to detect when a ListView or TreeView is scroll with the mouse's wheel?
I need to know this because, apparently, when you scroll it with this wheel the ZOrder property is set to 0, and all the form messes up (because this control should not be the topest one.
Any idea how to detect this action to re-order the Zorder of the controls?
