Hi,

I need to build a listbox-like control that displays rich text for each list
item. I assume that the best way to do this would be to have an owner-drawn
listbox, which would draw the contents of a RichTextBox for each list item.

I've found plenty of samples for creating an owner-drawn listbox, but the
samples assume that you're drawing the individual items with a brush or a
pen. How would I go about drawing the contents of the RichTextBox in the
OnDrawItem routine?

Many thanks,
Robert Jacobson