If I have a ListBox that already has some items selected (i.e. a user has selected items, and then moved on to another box that causes a postback, so the listbox is redrawn), how do I cause the box to ...
I'm overriding OnDrawItem in a listbox to draw icons next to each listbox item. This works pretty well, but the icons are 16x16 and they end up overlapping a bit. Here's a sample of the code: Code: ...