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.
How can I make a floating commandbar re-sizeable?
Setting the maxlength property appears to simply set the length of the command bar, while the Minlength doesn''t appear to have any effect. Could you explain how I might use these properties to make a re-sizable scroll bar.
For example, use the Syncfusion CommandBars example and attempt to make the commandBarFont sizeable when you make it floating.
Thanks,
Steve
ADAdministrator Syncfusion Team February 10, 2005 05:25 PM UTC
Hi Steve,
The CommandBar does not support manual resizing. The MaxLength, MinLength, and MinHeight properties are for the automatic resizing of the CommandBar. While floating, the CommandBar will always use MaxLength and MinHeight for its size, since those are treated as the ideal size. Since there''s no size limit on a floating CommandBar (unlike a docked CommandBar being limited by the size of the Form), the ideal sizes are always used.
Regards,
Gregory Austin
Syncfusion, Inc.