Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1330
Scrollbars are not working for forms in TabbedMdi
posted

Hello there,

A requirement came down where we need to allow forms to be scrollable in our application.  In our app all of our forms are 'docked' in an ultraTabbedMdiManager. 

I thought this would be a very simple fix where I set Form1.AutoScroll = true.  However it did not work.  So I researched the internet and I read that if you set the minimum size of the form then the MdiManger would automaticall add the scroll bars.

This worked, insofar as the scrollbars appeared; however, when you actually use the scrollbars the forms do not scroll.  It seems like a bug.  Not sure if I am doing things correctly.

Any help would be greatly appreciated.

Cheers!