David <[email protected]> wrote: > >I have la ListCtrl in LC_REPORT mode and i need to change the color of a >single cell.
That can't be done. In LC_REPORT mode, the whole row has to be the same color. You can't change individual cells within a row. You need an owner-draw control. See the ListCtrl_virtual.py example, for instance. -- Tim Roberts, [email protected] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list
