Dirkster.DropDownButtonLib
1.1.0
dotnet add package Dirkster.DropDownButtonLib --version 1.1.0
NuGet\Install-Package Dirkster.DropDownButtonLib -Version 1.1.0
<PackageReference Include="Dirkster.DropDownButtonLib" Version="1.1.0" />
paket add Dirkster.DropDownButtonLib --version 1.1.0
#r "nuget: Dirkster.DropDownButtonLib, 1.1.0"
// Install Dirkster.DropDownButtonLib as a Cake Addin #addin nuget:?package=Dirkster.DropDownButtonLib&version=1.1.0 // Install Dirkster.DropDownButtonLib as a Cake Tool #tool nuget:?package=Dirkster.DropDownButtonLib&version=1.1.0
DropDownButtonLib
The DropDownButtonLib project supplies MVVM/WPF drop down controls that are based on a button. This project is based on the drop down control contained in the Extended WPF Toolkit™ Community Edition:https://wpftoolkit.codeplex.com/ from Xceed.
This project includes some bugfixes to the original implementation and extends the original controls:
DropDownButton, SplitButton
with:
DropDownItemsButton, SplitItemsButton
controls. The original implementation (DropDownButton, SplitButton) can be used to drop down and interact with single drop down items, while the extended controls (DropDownItemsButton, SplittItemsButton) are based on an ItemsControl and can thus be with multiple drop down items (in a similar fashion as a ComboBox or ListBox).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Dirkster.DropDownButtonLib:
Package | Downloads |
---|---|
Dirkster.FolderBrowser
Provides a WPF/MVVM folder browser tree view control to displays and browse folders in the Windows file system. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Dirkster.DropDownButtonLib:
Repository | Stars |
---|---|
Dirkster99/Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
|
This control is now supported in NetCore 3 (with Preview 8) and .Net 4.