Where is the WPF Numeric UpDown control?

后端 未结 13 1831
伪装坚强ぢ
伪装坚强ぢ 2020-11-30 00:02

Getting into the first serious WPF project. It seems like there are a lot of basic controls flat out missing. Specifically, I am looking for the Numeric UpDown control. W

13条回答
  •  旧巷少年郎
    2020-11-30 00:37

    Just a pragmatic to do sample:

    -Right click your Project (under Solution), select "Manage nuget Packages..."

    -In Menu click Browse Tab search for "wpftoolkit", select "Extended.Wpf.Toolkit"

    -Install it!

    -Right click in your User Control Toolbox, select "Add Tab.." and name it "WPF Toolkit"

    -Right click on the new "WPF Toolkit" Tab, select "Choose items..."

    -In Menu click "Browse..." Button, look for nugets DLL folder, select all "...\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\*.dll"

    Ignore Warnings about some DLLs may not containing user controls!

    Ready :)

提交回复
热议问题