Home > Software engineering >  How to implement drag-and-drop change control size
How to implement drag-and-drop change control size

Time:10-04

Put a window on the left tree controls, the right to put a large text box control, I want to achieve drag and drop the dividing line between two controls, to dynamically adjust the width of the two control, how can I achieve?

CodePudding user response:

"Drag and drop the two controls in the middle of the separation line" CSplitterWnd?

CodePudding user response:

Have you split the view frame window? The CSplitterWnd?
  • Related