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.
Hi,
Is there a way to adjust the controls so it adapts to the user’s screen resolution. For example when I run my application at a resolution of 1280 X 1024 there is a lot of white space showing. We have designed our application to run at 1024 X 768. Is there a way to design it that it will automatically resize to fit the users resolution.
Thanks,
Gurbhej
depends upon what your app looks like as to whether or not this is practical
you can use anchors to get controls to resize to the window. so a text box would take up the remaiing space. look up Anchor under control
as far as scaling the entire thing, not only would it probably look horrible, but isnt necessarily easy to do