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.
Hello,
I would like to know if it is possible to prevent the user from changing a control''s height or width (i.e. a window which width cannot be resized).
I also found the SetControlMinimumSize quite interesting, but is there a similar method for a maximum size ? I have not found one.
Thank you
ADAdministrator Syncfusion Team March 21, 2005 05:37 PM UTC
Hi Guillem,
If you set DockingManager.FreezeResizing = true, the user won''t be able to resize the windows.
Regards,
Gregory Austin
Syncfusion Inc.
GMGuillem MazaricoMarch 21, 2005 06:32 PM UTC
Hello,
thank you for your answer, but I may not have been very clear abour my requirements. I would like to prevent the user from resizing the width of a window of type A (say a window containing text), but let him resize the width and the height of a window of type B (say a window containing an image).
The Freeze method would not work for me in this case.
Thanks.