An open API service indexing awesome lists of open source software.

https://github.com/bradsmith1985/dropdowncontrols

Drop-Down Controls for .NET
https://github.com/bradsmith1985/dropdowncontrols

controls csharp windows-forms

Last synced: 8 months ago
JSON representation

Drop-Down Controls for .NET

Awesome Lists containing this project

README

          

# DropDownControls
Drop-Down Controls for .NET - https://www.brad-smith.info/blog/projects/dropdown-controls

Includes:
- **GroupedComboBox** - A ComboBox with grouping (group headings only, depth 0-1)
- **ComboTreeBox** - A ComboBox with a TreeView drop-down (infinite depth, supports node styles, images and checkboxes)
- **Custom DataGridView column types** - Allows GroupedComboBox and ComboTreeBox to be hosted in the DataGridView control
- **DropDownSearchBox** - A ComboBox with inline searching (search within the local list items or an external data source)

Requirements:
- .NET Framework 4.8 or .NET 6.0