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
Solution about restrict the size of a splitter pane
I find the solution about restrict the size of the pane.