Splitter control

C

Chuck Bowling

I have a couple of controls that I'd like to use a vertical splitter control
with. My problem is that I want different heights for the controls. Is there
any way to set the height of each individual control and still use a
splitter?
 
G

Guest

Hi,

The MinSize and MinExtra values of the splitter control could be of use.

Or, you could also hook an event handler to the Move events of the splitter
and programattically restrict the size.

But, the first solution would be better.

HTH,
Rakesh Rajan
 

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