BlackPearl.Controls.Library
2.0.3
dotnet add package BlackPearl.Controls.Library --version 2.0.3
NuGet\Install-Package BlackPearl.Controls.Library -Version 2.0.3
<PackageReference Include="BlackPearl.Controls.Library" Version="2.0.3" />
paket add BlackPearl.Controls.Library --version 2.0.3
#r "nuget: BlackPearl.Controls.Library, 2.0.3"
// Install BlackPearl.Controls.Library as a Cake Addin
#addin nuget:?package=BlackPearl.Controls.Library&version=2.0.3
// Install BlackPearl.Controls.Library as a Cake Tool
#tool nuget:?package=BlackPearl.Controls.Library&version=2.0.3
BlackPearl WPF Control Library
About repository
This repository is created to put different basic WPF Custom-control/User-controls under same roof. These controls solve basic and frequently faced issue by developers. As of now, this contains only one custom-control MultiSelectCombobox. In future, I'm planning to add more.
BlackPearl is licensed under MIT license.
Content:
MultiSelectCombobox
Overview
WPF has ListBox control which lets user select more than one item. However, ListBox control UI doesn't have in-built support for searching/filtering. Developers have to do work around to provision one. Moreover, lot of mouse interaction is required. Yes, you may be able to do all completely using keyboard. But, not most efficient way of doing. On the other hand, Combobox has a very good UI which supports searching and filtering. However, it doesn't support multiple selection.
What if we can combine behavior of ListBox and goodness of Combobox UI? MultiSelectCombobox exactly does the same thing. It provides functionality of searching/filtering with multiple selection. MultiSelectCombobox tries to mimic UI behavior of ComboBox.
Feature
- In built support for searching and filtering
- Extensible to support custom searching and filtering for Complex data type
- Ability to create and add new item which is not part of source collection (through LookUpContract for complex types)
- Easy to use!
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net5.0-windows7.0 net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
net5.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Minor bug fix.