How can i activate an ScrollersFrame in SfForm?

Hi,
I have an Form (derivate from SfForm) and an ScrollersFrame.
In the constructor-void:

this.SetAutoScrollMargin(0, 0);
this.AutoScrollMinSize = this.Size; // size = 350*350
this.AutoScroll = true;
this.scrollersFrame1.AttachedTo = this;

But ... i don't see the ScrollersFrame (if the form smaller as her size) :(
Change i the Base (SfForm) to normal WindowsForm, then i see the ScrollersFrame.
Have anybody an idea?

6 Replies 1 reply marked as answer

DM Dhanasekar Mohanraj Syncfusion Team December 14, 2020 12:49 PM UTC

Hi Daniel,

 
Thank you for using Syncfusion controls.

 
We are currently working on this we will check and update with further details on December 16,2020. 

We will appreciate your patience until then. 

Regards,
Dhanasekar Mohanraj. 



MA Mohanram Anbukkarasu Syncfusion Team December 16, 2020 04:11 PM UTC

Hi Daniel, 
  
Sorry for the inconvenience.  
  
We are still working on this. We will update with further details on December 18,2020.  

We appreciate your patience and understanding. 

Regards, 
Mohanram A. 



MA Mohanram Anbukkarasu Syncfusion Team December 18, 2020 04:16 PM UTC

Hi Daniel,  
   
Sorry for the inconvenience.   
   
We are still working on this. We will update with further details on December 22,2020.   

We appreciate your patience and understanding.  

Regards,  
Mohanram A. 



MA Mohanram Anbukkarasu Syncfusion Team December 21, 2020 12:52 PM UTC

Hi Daniel, 
  
Thanks for your patience.  
  
We have checked the reported scenario. SfForm doesn’t have support for scrollbars. However you can resolve this by attaching the ScrollersFrame to a panel and set Dock property of the panel to DockStyle.Fill and add the needed controls to the panel. This will display scrollbars at the corners of the form. Please find the sample from the follow link.  
  
  
Please let us know if you have any concerns in this.  
  
Regards, 
Mohanram A.  


Marked as answer

DA Daniel December 21, 2020 05:15 PM UTC

Good evening,
thank you for reply.
Its a good idea, to use an panel ... now i must converting 45 Forms :)


MA Mohanram Anbukkarasu Syncfusion Team December 22, 2020 01:02 PM UTC

Hi Daniel, 

Thanks for the update.  

Regards, 
Mohanram A. 


Loader.
Up arrow icon