#101409
admin
Keymaster

Hi chips,
As this is native component, you can use the CSS properties ‘left’ and ‘top’;
Example for centering a Window with Size equal to 400px:

    left: calc(50% - 200px);
top: calc(50% - 200px);

Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/