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

    Resizing a formview

    I have a static Splitter window, with a formview in one of it's pane. How do I restrict the user in dragging the splitter bar beyond a certain size of the formview ? That is, the user should not be able to entirely make the pane with formview to be overlapped by another pane.


  2. #2
    Join Date
    Apr 1999
    Posts
    306

    Re: Resizing a formview

    Why do not you try to override some kind of OnSize() function.


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