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
- Host: GitHub
- URL: https://github.com/bradsmith1985/dropdowncontrols
- Owner: BradSmith1985
- Created: 2018-01-19T06:24:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:07:08.000Z (over 3 years ago)
- Last Synced: 2025-03-25T18:16:48.908Z (about 1 year ago)
- Topics: controls, csharp, windows-forms
- Language: C#
- Size: 440 KB
- Stars: 52
- Watchers: 6
- Forks: 34
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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