Document outline controls disabled in Visual Studio 2019 for .Net Core

Viewed 330

Now that .net core support WinForms projects, I've ported an old project to .Net 5. I can edit code, desing GUI and compile, and everything seems to work fine except for Document Outline window (in Visual Studio 2019). All four buttons, move up, down, out and into, are disabled, so I cannot choose what to see on top at desing time.

I have created a new project from the scratch and those controls are still disabled.

Demo image: Visual studio issue screenshot

Any idea why? I can guess it's something microsoft is working on, but I cannot find any reference to this issue.

That's how it looks like for .Net 4.5 Visual studio screenshot for .net 4.5

0 Answers
Related