| [news.eclipse.platform.swt] Re: cell renderer for widgets.list? |
Widgets can paint outside of the paint event. You are never guaranteed that the painting you do in the paint event will always be "on top".
"Cagatay Kavukcuoglu" <cagatayk@xxxxxxxxxxxx> wrote in message news:bdll51$84k$1@xxxxxxxxxxxxxxxx
Adam Kiezun wrote:
afaik, there's no way - Lists are for Strings try Table
a. -- eclipse.org
Just wondering here... Would it possible to add a paint listener to the list and paint over the item manually?