E
Esperluette
I am trying to simulate Windows Explorer's resizing of the Treeview control
and the adjacent ListView control.
Here is what I did : I have a Rectangle control sitting on a Form inbetween
as TreeView and a ListView control. In the MouseMoove event I reposition the
Rectangle control(if the left button is pressed) so that it follows the
mouse's X axis. In the MouseUp event I resize the TreeView and the ListView
control. The problem is that the Rectangle control's Z-Order places it behind
the ListView or the TreeView control.
Any solution or work-around?
Thanks
and the adjacent ListView control.
Here is what I did : I have a Rectangle control sitting on a Form inbetween
as TreeView and a ListView control. In the MouseMoove event I reposition the
Rectangle control(if the left button is pressed) so that it follows the
mouse's X axis. In the MouseUp event I resize the TreeView and the ListView
control. The problem is that the Rectangle control's Z-Order places it behind
the ListView or the TreeView control.
Any solution or work-around?
Thanks