How to you deactivate the scrollbars and keep them from appearing. I have a
MDI app and I will be controling the child windows positioning, but when ever
the child window displays outside the client area the scrollbar activates. I
don't ever want this to happen.
In the Form property.AutoScroll is false so why is it still activating?