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

Thread: Form resize

  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Form resize

    I have an explorer style application. When i am resizing the height of the application into small height , the horizontal scroll bar of the list and the tree are disappered ? any idea ?
    (the list and the tree are both reside within a User Controls).


  2. #2
    Guest

    Re: Form resize

    That seems to be a problem with Tree and List controls. I had to eliminate that control from being resized.


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