Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Ultrasplitter - Dragging the Splitter
posted

I have a problem with the ultra splitter control.  On a form I have placed three ultraexpandablegroupboxes seperating each with an ultrasplitter.  This all works as desired and the splitters enable me to resize the controls at runtime which is great.  However the problem occurs if you try and make a control larger, and the area of all three controls becomes larger than the area of the form.  Something in the splittercontrol prevents me from doing this, even though autoscroll is set to true on the form.

I have looked at the ultrasplitter_SplitterDragging event and there is the event arguemen:

MaxTargetExtent

Which seems to be controlling this behaviour.  Is there anyway to overide this, thus allowing the controls to become larger than the form and the user be able use a scroll bar to see them.

If you have any questions, please do not hesistate to ask.