DropDownControls icon indicating copy to clipboard operation
DropDownControls copied to clipboard

Re-apply lost ComboBox DisplayMember property

Open SimonShirley opened this issue 3 years ago • 0 comments

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 issue #7

SimonShirley avatar Dec 09 '22 16:12 SimonShirley