Metro UI controls not showing on form

前端 未结 1 1638
一向
一向 2021-01-25 16:10

I have installed metro ui from nuGet package installer. Tools added in toolbox and also added reference. But when I drag a control and drop on form it does not show on form inst

1条回答
  •  清酒与你
    2021-01-25 16:39

    In the Manage Nuget Packages dialog, there are few versions of the Metroframework. download the one by Dennis Magno only. it will have a updated version 1.4.0.0 19/07/16.it works best.

    Or else

    you can install MetroModernUI by ,open Package Manager Console Tools > NuGet Package Manager > Package Manager Console then type Install-Package MetroModernUI in there. now open your project folder and check this path \packages\MetroModernUI.1.4.0.0\lib\net\ .In there have 3 .dll files

    • MetroFramework.Design.dll
    • MetroFramework.dll
    • MetroFramework.Fonts.dll

    add these 3 files to your project reference,hope this will be helped to you :)

    0 讨论(0)
提交回复
热议问题