Home > Software design >  Why is my Properties empty even though I have WinUI 3 Tools installed in Visual Studio 2022?
Why is my Properties empty even though I have WinUI 3 Tools installed in Visual Studio 2022?

Time:11-18

I'm using Visual Studio 2022 Community edition, version 17.4.1. I'm working on an app that uses WinUI 3 SDK and I noticed that my properties is empty. I initially though this was due to WinUI 3 being new (compared to WPF or UWP) however I saw few videos online that Properties had values. What am I missing here?

Properties missing

CodePudding user response:

As per @Andrew KeepCoding and @Simon Mourier, there are no "Properties" field or tools in WinUI 3 SDK for XAML development. Only tool available is the "Live Property Explorer" which does show properties of elements and fields however that is outside of the scope of this question and irrelevant.

  • Related