SplitterGadget with more than two gadgets
Posted: Mon Aug 11, 2008 12:12 pm
I've been trying with no luck to use a SplitterGadget with more than one
gadget. For example, a ListIconGadget at top-left, an EditorGadget next
to it at top-right, a SplitterGadget underneath those, and a PanelGadget
underneath that. The aim is that when I move the SplitterGadget down,
the ListIconGadget and EditorGadget resize vertically together where the
PanelGadget was. I won't be moving the PanelGadget up, I just want the
user to be able to drag the splitter down to see more of those top two
gadgets when desired (never less of them).
But the syntax for the SplitterGadget allows only two gadgets to be
specified, so in my case, ListIconGadget and PanelGadget, leaving the
EditorGadget out.
How would you approach this problem? No code
is necessary; just the theory and I can do the rest.
gadget. For example, a ListIconGadget at top-left, an EditorGadget next
to it at top-right, a SplitterGadget underneath those, and a PanelGadget
underneath that. The aim is that when I move the SplitterGadget down,
the ListIconGadget and EditorGadget resize vertically together where the
PanelGadget was. I won't be moving the PanelGadget up, I just want the
user to be able to drag the splitter down to see more of those top two
gadgets when desired (never less of them).
But the syntax for the SplitterGadget allows only two gadgets to be
specified, so in my case, ListIconGadget and PanelGadget, leaving the
EditorGadget out.
is necessary; just the theory and I can do the rest.

