So in the past when I clicked on the XAML on a Popup, Visual Studio would show me the Visual layout of the Popup's contents. And I could move elements around just like a normal Window.
I can no longer get this to happen. It was about 5 years since I tried and last time I was using Framework and a different version of Visual Studio.
I'm on Visual Studio 2022, using .NET 6.
Is this no longer supported or am I missing something? In the past if I recall correctly your popup had to have a Height and Width for it to appear in the visual designer, but after trying it, that doesn't work.
I've tried Blend as well with no luck. No options on the Right-Click menu.
I can edit by hand but that takes so much longer than using a visual editor for positioning.
Any ideas?
Is this no longer supported or am I missing something?
You are correct, this used to work in Visual Studio 2019 but is no longer supported/implemented in Visual Studio 2022.
Microsoft have said as much here, and said they have no plan to fix it.