I want to give my user the option of displaying a list in a listbox with a picture and without.
I can draw a picture next to the text and resize it proportionately to fit the row height (paint event) but how do I increase the row height dynamically when the user selects the picture option?
The row height is controlled by the DefaultRowHeight property. Changing this property affects all rows in the Listbox. Karen has a MergableCellListbox to work around this if needed.
More info: