I’ve got a DataGridView with a ComboBox in it that might contain some pretty large strings. Is there a way to have the drop down list expand itself or at least wordwrap the strings so the user can see the whole string without me having to resize the ComboBox column width?
I’ve got a DataGridView with a ComboBox in it that might contain some pretty
Share
Here’s what I did to solve this, works great…