The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SKSenthil 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.