You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the ComboBox has its DisplayMember property set to access a specific property of the displayed items, ToString() may not give the expected text. The fix for this is to use;
GetItemText(Items[e.Index])
Two methods in class 'DarkComboBox' needs to be updated;
PaintCombobox()
OnDrawItem(DrawItemEventArgs e)()
The text was updated successfully, but these errors were encountered:
When the ComboBox has its DisplayMember property set to access a specific property of the displayed items, ToString() may not give the expected text. The fix for this is to use;
GetItemText(Items[e.Index])
Two methods in class 'DarkComboBox' needs to be updated;
The text was updated successfully, but these errors were encountered: