Disable MDI Scrollbars...?

  • Thread starter Thread starter Carl Prentice
  • Start date Start date
C

Carl Prentice

Hi all!

Is it possible to disable the scrollbars that appear on
an MDI parent form, so when the child forms are dragged
outside the forms client area the scroll bars do not show!

Thanks,
Carl Prentice.
 
Hello Carl,

The MDI window always auto scroll when a child window is out of its margin.
To work around it, you may try call EnableScrollBar API directly, via
PInvoke. I hope it helps you.

Best regards,

Lion Shi [MSFT]
MCSE, MCSD
Microsoft Support Engineer

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. 2003 Microsoft Corporation. All rights
reserved.
--------------------
 
Back
Top