Splitter problem with landscape mode

  • Thread starter Thread starter Ian
  • Start date Start date
I

Ian

I have a splitter control between two panels. I have set its MinSize to 50.
If the splitter's position is around 50 pixels from the bottom of the form
when in portrait mode, when the device is switched to landscape the splitter
disappears off the bottom of the device, and the bottom panel is no longer
visible.

In Form_Resize I have tried to set the splitter's Top property, and also
tried to set the Height of both the upper and lower panels, none of which
work. I have also tried using the Refresh method, again with no luck.

How can I force the splitter to obey its MinSize property when switching to
landscape mode?

Thanks in advance.
 
Thanks Daniel, but it seems fine now.

I'm just resizing one panel only now, and it seems to work okay.
 
Back
Top