Splitter control

  • Thread starter Thread starter Chuck Bowling
  • Start date Start date
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?
 
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
 
Back
Top