[RESOLVED] Scroll Bars MDI Form
Hi,
I have an mdi form and few child forms. I have set the autoscroll property to false, size to (640,480) for the mdi form, but still the scrollbars are shown. I am setting the width of the child forms on mdi resize event to the width of mdi parent. My requirement is that the mdi parent should not show scrollbars at all for the entire life of the application. What are the properties that I need to set additionally?
Thanx
Re: [RESOLVED] Scroll Bars MDI Form
You're welcome, I'm always glad to have helped :)
I did notice some little flickering when the child forms are moved past the edges, though, so it's not 100% perfect, unless you're not moving your child windows at all ;)