Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

SplitterPanel

Hi Guys,
 I would like to Set up a SplitterPanel with 3 vertical Bars to give me 3 vertical, re-sizable panels.
I have tried assing another SplitterPanel to an existing Panel and I end up with a horizontal splitter in the panel.
Is there some combination/setting/way to set up what I am looking for?

Regards & TIA
Ian

Tagged:

Comments

  • 2 Comments sorted by Votes Date Added
  • Hi,

    yes, you can achieve this following way:
    Place SplitterPanel on form. Add 2 panes. In right pane switch Mode to bmCustom.
    In right pane add another SplitterPanel and add 2 panes. That's it. 

    You need only to make sure that the pane which acts as container for another SplitterPanel does not draw its own frame.

Sign In or Register to comment.