CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    India
    Posts
    11

    Setting Min Size For Splitter Panes

    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 )


  2. #2
    Join Date
    Jul 1999
    Location
    Moscow, Russia
    Posts
    667

    Re: Setting Min Size For Splitter Panes

    Hi,
    Try to handle WM_GETMINMAXINFO in your CView- derived class .

    Good luck,
    Oleg.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured