Splitter Control question

  • Thread starter Thread starter Gerald Maher
  • Start date Start date
G

Gerald Maher

Can any one help ?

I have a splitter control within a Windows form, it works perfect
until the Windows form is smaler where the scroll bar is active there
the splitter control does not work

Any Ideas ?
 
I suggest the following design:
Place two (or more) panels and a splitter on a form.
Dock one of them to any side, splitter - to the same side after it, make
second panel fill all other space.
All other controls place on those panels.
Now your splitter will also work, and the scrolling capability will be
implemented by panels.
You can use any other Scrollable control instead of panel if you need
scrolling, and any other control - if not.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top