0

I am fairly new to C# and Rider. I was creating a Windows Forms Application in .NET Framework 4.8.

I checked the Designer Toolbox and saw that ListView is not available as one of the options.

Any solution for this or would I have to be forced to move to Visual Studio? (I came from IntelliJ so Rider was more familiar for me)

ManBear
  • 1
  • 3
  • Are you checking "All components" or "Common components"? You should type in the search box to confirm where ListView is. – Lex Li Jun 01 '20 at 23:22
  • I can only see "Common Components". I don't have any other tabs. Tried searching aswell, comes up empty – ManBear Jun 02 '20 at 00:53
  • See if others reported such bugs, or report yours when there is none, https://youtrack.jetbrains.com/issues/RIDER – Lex Li Jun 02 '20 at 01:41

1 Answers1

-1

This is a known issue and is in progress. https://youtrack.jetbrains.com/issue/RIDER-30456/. So far, you can add required assembly through "Toolbox manager"

Nickly
  • 1