Please provide an option that allows to constrain the movement of the Window component when dragging similar to the Kendo UI for Vue Window:
https://www.telerik.com/kendo-vue-ui/components/window/constrain-movement/
Hello Tsuyoshi,
Constraining the movement can be achieved by dynamically repositioning of the Window, demonstrated in this runnable StackBlitz example. Please note that this approach will result in multiple change detection lifecycles due to the used topChange and leftChange Window events. This can be optimized when the change detection strategy is set to onPush.
Currently we don't have this enhancement built-in, so if you have the time, please support the following feature request in our Feedback portal:
This helps us estimate the customer demand for certain component and features, and to prioritize accordingly when updating our roadmap.
Thank you in advance.
Regards,
Elena
Progress Telerik