Click to See Complete Forum and Search --> : Setting Min Size For Splitter Panes


varma_sai
September 20th, 1999, 01:53 AM
I want to set the minimum size for the Static Splitter Panes,i.e. when the minimum size is specified the user should not be able to reduce the size of the particular pane when he drags with splitter pane resizing bar.
(Either of the panes should not be diminised, equivalent feature of Windows Explorer )

Oleg Lobach
September 21st, 1999, 03:31 AM
Hi,
Try to handle WM_GETMINMAXINFO in your CView- derived class .

Good luck,
Oleg.