Infragistics 2020.2 Install ToolBar in VS 2019 for .net framework project
but it DOES NOT for .NET Core 5
Should we wait for 21.1 Version or it will be fixed in the service release?
What about HIDPI Support for WinForm Components?
And Update modern styling?
Hello Irakli,
My team and I have done an initial review of this post, and I am under the impression that by the “Infragistics ToolBar” you are referring to the toolbox support in Visual Studio. In order for the Infragistics for Windows Forms controls to show in the toolbox when using a .NET 5 project, you need to first include the NuGet package for the particular control(s) you are trying to use, as our support for .NET 5 is done through NuGet. For more information on setting up the Infragistics NuGet feed and which controls exist under which packages, I would recommend taking a look at the following documentation:
NuGet Feeds: https://ko.infragistics.com/help/winforms/nuget-feeds
NuGet Packages: https://ko.infragistics.com/help/winforms/nuget-packages
With the above said, and while adding the NuGet packages to your project will allow you to see the controls in the toolbox, at the time of writing this there is no Visual Studio designer support for Infragistics for Windows Forms 2020.2 and so adding the controls will cause them to show up in the component tray. You can still interact with them through the component tray and the properties window, but they will not render in the designer. Support for the .NET 5 designers is coming in 2021.
Please let me know if you have any other questions or concerns on this matter.