Splitter problem with landscape mode

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

Ian

Thanks Daniel, but it seems fine now.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top