Microsoft & .NETVisual C#Restricting the size of a splitter pane

Restricting the size of a splitter pane

Developer.com content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

I find the solution about restrict the size of the pane.

    First derive class XSplitterWnd from CSplitterWnd,
    Then handle the WM_ONSIZE,call the SetColInfo() and SetRowInfo() in OnSize function.
    And handle the WM

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Latest Posts

Related Stories