Dragging Pane Dividers in a Dialog
-
Hi, I have a Dialog based Application. The Dialog may be Maximised. The Dialog is divided in three panes. There is a Dlg Wide reporting Section at the bottom, The Top is vertically divided in two, the LH Pane shows a Tree Control, The LH Pane shows further details of the selected node. The divisions between the panes must be 'User Draggable'. What MFC control is available (if any) to capture the mouse, and perform the dragging action. Regards,. Bram:)
Bram van Kampen
-
Hi, I have a Dialog based Application. The Dialog may be Maximised. The Dialog is divided in three panes. There is a Dlg Wide reporting Section at the bottom, The Top is vertically divided in two, the LH Pane shows a Tree Control, The LH Pane shows further details of the selected node. The divisions between the panes must be 'User Draggable'. What MFC control is available (if any) to capture the mouse, and perform the dragging action. Regards,. Bram:)
Bram van Kampen
See this article: MFC/C++ Helper Class for Window Resizing[^]
The difficult we do right away... ...the impossible takes slightly longer.
-
See this article: MFC/C++ Helper Class for Window Resizing[^]
The difficult we do right away... ...the impossible takes slightly longer.
Thanks, This is EXACTLY what I needed. :) :) :)
Bram van Kampen