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.
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.