We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

TabbedMDIManager Scroolbars

Is there a way to add scrollbars to each tab in TAbbedMDIMAnager if form content is to big and can not fit and be seen in a tab at once?

Thank You.

Regards

3 Replies

SK Senthil Kumaran Rajan Syncfusion Team December 24, 2015 10:19 AM UTC

Hi SysNop,

Thanks for contacting Syncfusion Support.

The reported requirement can be achieved by enabling the AutoScroll property of the Form. Additionally the ScrollersFrame can be attached into Form by using AttachedTo property. Please make use of below code Example.

Code Example[C#]:

//To Enable the Scrollbar in the Form

this.AutoScroll = true;


//To Add the ScrollerFrame in Form

this.scrollersFrame1.AttachedTo = this;



We have prepared the sample for your reference and it can be downloaded from here.

Sample : http://www.syncfusion.com/downloads/support/forum/121521/ze/TabbedMDIScroll1037869369

Also refer the below screenshot.



Regards,
Senthil


SY SysNop January 4, 2016 08:35 AM UTC

Thank You.


Regards


SK Senthil Kumaran Rajan Syncfusion Team January 4, 2016 10:07 AM UTC

Hi SysNop,

Thank you for your update.

We are glad to know that, your requirement has been achieved. Please let us know if you need any further assistance, We will be happy to assist you.

Regards,
Senthil

Loader.
Live Chat Icon For mobile
Up arrow icon