Disable MDI Scrollbars...?

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

Lion Shi

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

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