[wxPython] wxGrid, ListCtrl, and HtmlWindow

Hi,

I have some data to display in my application and I am trying to figure out
which control I should use. I originally planned on using the ListCtrl,
because it seems pretty simple, but recently I thought I might want to add
color to specific lines--for instance if there is an error condition the line
might be red. Then I contemplated the HtmlWindow, but I can't seem to select
text on it to copy out with the mouse.

I'm thinking now that I might want to go with the wxGrid, but it has way more
complexity than I need. Could I make the ListCrtl do what I want?

Can anyone tell me which one would be best? Thanks in advance to anyone who
can help.

-Mike