DropDownControls
DropDownControls copied to clipboard
Re-apply lost ComboBox DisplayMember property
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