| View previous topic :: View next topic |
| Author |
Message |
Curtis Richards Guest
|
Posted: Thu Jun 16, 2005 5:44 pm Post subject: TListview |
|
|
Can someone give me an example on how to set the fontstyle
on a listview row if its checked using the checkbox?
Right now i am testing something small to make it work. I have
five items in my listview with checkboxes enabled. When i check
an item, i would like it to change the font style.
Curtis
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu Jun 16, 2005 5:59 pm Post subject: Re: TListview |
|
|
"Curtis Richards" <cj_richards (AT) mpquest (DOT) com> wrote
| Quote: | Can someone give me an example on how to set the
fontstyle on a listview row if its checked using the checkbox?
|
TListView has no concept of per-item font settings. You have to manage that
manually by owner-drawing the items yourself.
Gambit
|
|
| Back to top |
|
 |
|