DropDownControls
DropDownControls copied to clipboard
Drop-Down Controls for .NET
(Using WinForms and .NET Framework 4.8) I have a form with a number of controls on it, one of which is a DataGridView whose DataSource is linked to a BindingSource....
The DisplayMember value is lost when _internalSource.Dispose() is called. This fix branch temporarily stores the DisplayMember value and re-applies it after the call to _internalSource.Dispose() is made. Pull request for...
The control currently allows for the selection of a group title. It would be helpful if an option was added to prevent this.  # 
Looks like there is some hard-coding to disallow display of tree-lines in the drop-down search mode (DropDownSearchBox).
While playing around with the demo app I found that sometimes the tooltips from the ComboTreeBox still remain visible or even new ones appearing after the dropdown has been closed....
Reproduce steps: 1) When pulling down the drop-down tree, linger over the item so the tool-tip appears. 2) Then, try to click the item, it won't select the item. This...