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.
MKMohan Kumar Ramasamy Syncfusion Team November 26, 2020 10:11 AM UTC
Hi Aditya,
We have checked your reported query. We can set scrollbar in dropdown button popup using CSS style. Please refer below code snippets.
.e-dropdown-popup ul {
height: 200px;
overflow-y: scroll;
}
And also Dropdown button popup open position can be changed in open event by setting top and left for the popup element. Please refer below code snippets.