Why is the Xaml live preview so pixelated/low quality? #19531
-
Just made my first app in Uno. And when I started running the app in Hot Reload the first thing that caught my eye was the pixelated preview of my app. |
Beta Was this translation helpful? Give feedback.
Answered by
MartinZikmund
Feb 17, 2025
Replies: 1 comment
-
The XAML live preview just renders app’s “screenshot" onto the Visual Studio surface, while resizing it to fit - hence the quality degradation. In general we recommend just having the live app window pinned next to the VS window and using Hot Reload - or even better - try our new next generation designer - Hot Design! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MartinZikmund
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The XAML live preview just renders app’s “screenshot" onto the Visual Studio surface, while resizing it to fit - hence the quality degradation. In general we recommend just having the live app window pinned next to the VS window and using Hot Reload - or even better - try our new next generation designer - Hot Design!