Please add a center() method that mirrors the functionality of the jquery version. It is useful to either recenter a window that has been moved, or if a value is set on the windowStyle property, it would still be useful to center and fill in any missing values.
For example, I might want to specify the top of the window, but would still like it centered on the screen horizontally, or specify the left or right position of the window and have it centered vertically.
Thanks.
Describe the bug
When having a movable Native Window component with a Grid inside it, the more cells(rows and columns) the Grid has, the slower the Window's rendering is. This effect is not replicable in the Kendo UI for jQuery scenario.
To Reproduce
Expected behavior
The rerendering of the Kendo UI for Vue Window should be smooth as it is in the Kendo UI for jQuery Window demo