Dirkster.DropDownButtonLib
1.1.0
Provides a .Net implementation of a WPF drop down button control.
Install-Package Dirkster.DropDownButtonLib -Version 1.1.0
dotnet add 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).
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).
Release Notes
This control is now supported in NetCore 3 (with Preview 8) and .Net 4.
Dependencies
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
Used By
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
|