JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Window › centered window › Reply To: centered window
January 30, 2021 at 9:40 am
#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/