Window splitter?

R

Ray Mitchell

Hello,

My current application has two rich text boxes, they're both the same width
and one is placed above the other so both can be read. One thread writes to
one and another thread writes to the other. It's important that each thread
have it's own independent display. The way I've placed them on the window
makes them appear like there is merely a thin horizontal bar separating them.
What I would like to be able to do is grab that bar and move it up or down,
thereyby making one text box taller and the other shorter. Could someone
give me a hint on what's needed here? I'm thinking splitter appropriate but
I haven't used them before.

Thanks,
Ray
 
J

Jeff Gaines

Could someone
give me a hint on what's needed here? I'm thinking splitter appropriate
but
I haven't used them before.

Use the SplitContainer with horizontal Orientation.
 

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

Top