Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

How to get the window width in blazor

$
0
0

I'm trying gu get the window width for responsive stuff.Thanks!

I have tryied @code{ public WindowState State { get; set; } = WindowState.Default;}

`@code{private Window myWindow = ?}`

Viewing all articles
Browse latest Browse all 4839

Trending Articles