XAML Designer is not displaying controls in a way they are visble. The controls are there, if you click where one should be the outline borders are highlighted and the proper xaml code is selected. With nothing selected it looks like a blank pallet with just the page outlined. I have tried the blue, blue extra contrast, dark and light color theme. Same issue all themes. I have also tried switching between ARM, x86 and x64 with issue in all three. There are no messages in the Error List. Have opened multiple solutions same result.
相关问题
- Microsoft store certification fails due to DPI awa
- Uwp: Xaml Parse Error with Target Device Family De
- How to receive scriptNotify from html in appdata o
- How to change debugger settings for debugging indi
- jBPM6 - embed web designer in existing application
相关文章
- How to create a MediaClip from RenderTargetBitmap
- How to overlay items in StackPanel or ListView?
- C# UWP Toolkit DropShadowPanel inner shadow
- Equivalent to designer guidelines in code
- Could not find a suitable SDK to target
- await Task.CompletedTask for what?
- How to create a square button?
- Edge: In-Process native extension and Windows.Syst
As i build your code which gives correct output
Your Codes
Output
Suggestion
For Better Alignment Of Elements You Can Use RelativePanel which allow Developer to better arrangement of elements in UWP apps
Further the problem you face in visual studio Designer is Related to your CPU performance which protect designer to update in real time, you can try Debug your app which may give correct result. And find processes in task manager any process other than visual studio and its components may consume your CPU and RAM-
And View Your System Configuration which should be enough but you don't need very high configuration PC for app development it should minimal which can easily handle all visual studio process , if you planning to game development then you need a higher one according to your game development.