Visual Studio 2019 XAML Designer Display Incorrect Style Properties
Nathan Sokalski
4,111
Reputation points
I have a UWP app that uses several very basic Style Resources in the Page.Resources section. The values in the Style(s) display correctly during runtime, but it can make design time very cumbersome. The properties use the correct value if I set it in each control, but that pretty much removes the purpose of Style(s). Has anybody else noticed this, or found a way to make Style(s) always display correctly in the Designer? Thanks.
Sign in to answer