Quick splitter ?
Good Day Group,
I have 3 panels on a form with 2 splitters. The .dock for each as
follows:
Panel1.dock = Left
Splitter1.dock = left
Panel2.dock = Fill
Splitter2.dock = left
Panel3.dock = Right
I can move splitter1 right & left between panel1 and panel2, but I'm
having trouble making
splitter2 work between panel2 and panel3. How can I make splitter1
and splitter2 work
correctly? Thanks in advance.
Ian
Date:Wed, 22 Aug 2007 16:53:20 -0700
Author:
|
Re: Quick splitter ?
On Aug 22, 6:53 pm, inad...@hotmail.com wrote:
> Good Day Group,
>
> I have 3 panels on a form with 2 splitters. The .dock for each as
> follows:
>
> Panel1.dock = Left
> Splitter1.dock = left
> Panel2.dock = Fill
> Splitter2.dock = left
> Panel3.dock = Right
>
> I can move splitter1 right & left between panel1 and panel2, but I'm
> having trouble making
> splitter2 work between panel2 and panel3. How can I make splitter1
> and splitter2 work
> correctly? Thanks in advance.
>
> Ian
If you have VB 2005, try using 2 SplitContainers. Put one split
container on the form, then put the second one in the right (or left)
panel of the first SplitContainer.
If you don't have VB2005, try this:
Place panel1, dock left
Place splitter1, dock left
Place panel2. dock right
Place splitter2, dock right
Place panel3, dock fill
Chris
Date:Thu, 23 Aug 2007 13:23:10 -0000
Author:
|