Hi,
When a child MDI window is larger than the client area of the MDI parent form (i.e. when a screen resolution is low), how do I enable scroll bars to allow the child MDI window to be scrolled within the client area? This doesn't happen as a default.
Thanks,
Aaron
Hi Jason,
I had already tried AutoScroll set to true on the child form but it didn't work. After your suggestion I went back and tried again and found I also needed to set the AutoScrollMinSize as well.
Thanks for the tip! :)
Hello Aaron,
Set the AutoScroll property of the child form to true to enable scrolling.