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 ?

Re: Splitter Control question by Max

Max
Thu Dec 18 03:28:36 CST 2003

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.


"Gerald Maher" <gerald.maher@waytohere.com> wrote in message
news:d084bb85.0312150804.722689ab@posting.google.com...
> 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 ?