All Projects → BradSmith1985 → DropDownControls

BradSmith1985 / DropDownControls

Licence: other
Drop-Down Controls for .NET

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to DropDownControls

CrazyCat
Winform版围住神经猫
Stars: ✭ 14 (-60%)
Mutual labels:  windows-forms
Scraps
Scrap.TF Raffle Joining Bot
Stars: ✭ 24 (-31.43%)
Mutual labels:  windows-forms
WinForms.FC UI
👀 FC_UI (Fun-Code User Interface) - библиотека пользовательских элементов управления (user control) для WinForms (.Net Framework / .Net Core).
Stars: ✭ 18 (-48.57%)
Mutual labels:  windows-forms
RawInputProcessor
Provides a way to distinguish input from multiple keyboards
Stars: ✭ 37 (+5.71%)
Mutual labels:  windows-forms
clappr-plugins
Main plugins for the Clappr project
Stars: ✭ 22 (-37.14%)
Mutual labels:  controls
awesome-azure-policy
A curated list of blogs, videos, tutorials, code, tools, scripts, and anything useful to help you learn Azure Policy - by @jesseloudon
Stars: ✭ 313 (+794.29%)
Mutual labels:  controls
clipsync-windows
Clipboard which sync with Android and Windows Platform.
Stars: ✭ 20 (-42.86%)
Mutual labels:  windows-forms
Character-Builder-5
A Character Builder for 5e
Stars: ✭ 87 (+148.57%)
Mutual labels:  windows-forms
kuka rl
Reinforcement Learning Experiments using PyBullet
Stars: ✭ 65 (+85.71%)
Mutual labels:  controls
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (+8.57%)
Mutual labels:  controls
Reservation-System
Airline Reservation System is an online Airline Ticket Reservation Application built using Windows Forms, C#, MS SQL Server.
Stars: ✭ 18 (-48.57%)
Mutual labels:  windows-forms
Microsoft.Maui.Graphics.Controls
Experimental Microsoft.Maui.Graphics.Controls - Build drawn controls (Cupertino, Fluent and Material)
Stars: ✭ 549 (+1468.57%)
Mutual labels:  controls
Active-Directory-Search
👤 This Active Directory Search tool was written in C# and VB.NET Windows Forms and exports the results from LDAP to csv format.
Stars: ✭ 19 (-45.71%)
Mutual labels:  windows-forms
chat-app
Multithreading TCP server and client communicating over TCP/IP - Windows Forms Application.
Stars: ✭ 39 (+11.43%)
Mutual labels:  windows-forms
groupcontrols
.NET controls that display multiple sub-controls without creating a unique window handle for each child. Instead each child is drawn using the default renderers.
Stars: ✭ 15 (-57.14%)
Mutual labels:  controls
Nekomata
AniList/Kitsu to MyAnimeList List XML Exporter for Windows (DISCONTINUED)
Stars: ✭ 54 (+54.29%)
Mutual labels:  windows-forms
PanuonUI
一个好看精致、开源无限制使用的WPF控件库。
Stars: ✭ 550 (+1471.43%)
Mutual labels:  controls
WPFControls-ThemePack
Custom designed themes for WPF controls to make your app look better. Simple to modify.
Stars: ✭ 28 (-20%)
Mutual labels:  controls
answer-helper
“学习强国《挑战答题》”辅助工具
Stars: ✭ 14 (-60%)
Mutual labels:  windows-forms
Microsoft.Toolkit.Win32
This repository contains all controls for WPF and WinForms to simplify and demonstrate usage of UWP controls
Stars: ✭ 345 (+885.71%)
Mutual labels:  windows-forms

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].