The SplitContainer supplied with Windows Forms proportionally sizes controls in each split panel when the container is resized.
When using the UltraSplitter when you resize the container one side of the splitter remains a fixed size, and the other side changes it's size.
I can't see any obvious way of making the splitter proportionally resize the controls - is this functionality there anywhere?
Hello MarkAllanson,
You could see a sample regarding this in our 'Windows Forms Feature Browser'.
If you have this installed(if you have marked 'Samples' when installing Net Advantage), you could run it from 'Start Menu' -> 'All Programs' -> 'Infragistics' -> 'Windows Forms' -> 'Samples' -> 'Samples (local)'.
When it loads, please navigate to the 'UX Enhancers' tab and then 'Launch' the 'UltraSplitter' sample. Or you can type in the 'Search:' "'UltraSplitter'".
Please feel free to let me know if I misunderstood you or if you have any other questions.
Hi,
I am also looking for the proportional resizing functionality for UltraSplitter to behave similarly as SplitContainer. I did look at the UltraSplitter in UX Enhancers, but it keeps the left panel fixed and resizes (infact fills) only the right panel.
Please share if you have any code that resizes left panel and right panel proportionately with form resize.