Re: listview items colors
- Posted by tone.skoda at gmx.net Jun 15, 2002
- 522 views
I don't agree that it's too specific. Users should be able to use existing routine setTextColor () to set text color for listview, treeview... items. ----- Original Message ----- From: "Derek Parnell" <ddparnell at bigpond.com> To: "EUforum" <EUforum at topica.com> Subject: Re: listview items colors > > If you want to set the colour of specific rows and columns, you have to use > the customdraw facilities. Generally this is too specific to place into the > library but maybe I can add some assitance for this in a later edition. > --------------- > Derek. > > ----- Original Message ----- > From: <tone.skoda at gmx.net> > To: "EUforum" <EUforum at topica.com> > Sent: Friday, June 14, 2002 5:35 PM > Subject: Re: listview items colors > > > > > > Didn't this get thru!?? > > I'm saying I can do this if it will be in next release of win32lib? Derek? > > > > ----- Original Message ----- > > From: <tone.skoda at gmx.net> > > To: "EUforum" <EUforum at topica.com> > > Sent: Thursday, June 13, 2002 8:37 PM > > Subject: listview items colors > > > > > > > > > > i didn't find any function to set text color (or background color) for > one > > > listview item. > > > is it in win32lib? > > > if not it would be good if this would be possible, also for treeview > > items. > > > > > > it can be done by custom painting items. > > > for treeview, i used NM_CUSTOMDRAW to paint multi-line items. > > > > > > > > > > > >