DropDownControls icon indicating copy to clipboard operation
DropDownControls copied to clipboard

Drop-Down Controls for .NET

Results 6 DropDownControls issues
Sort by recently updated
recently updated
newest added

(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. ![1](https://user-images.githubusercontent.com/17892241/150646902-84bd1542-e9ae-4355-bac6-26fe1702bea8.png) # ![2](https://user-images.githubusercontent.com/17892241/150646905-e4790e31-ad68-400b-9943-c50727ccc6d8.png)

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...