You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dragging the floating windows around can be forbidden via handling the DockManager's paneDragOver event and setting the isValid property to false. Currently, the resizing of these windows cannot be forbidden but we may consider adding an event which you can handle and cancel the resize operation. Please, let us know if this would work for you?
I created a small sample demonstrating the approach with handling the paneDragOver to prevent the floating panes from moving around.
Canceling resize operation could help but it will be still confusing for users as clicking on the border shows arrow that implies the resize operation is possible.
Is your feature request related to a problem? Please describe.
Allow to disable dragging windows sizes and reposition of the windows in DockManager
Describe the solution you'd like
Application users should not be able to resize or reposition windows but should be able to maximize them.
The text was updated successfully, but these errors were encountered: