Change font of specific item in listbox?

  • Thread starter Thread starter Eric
  • Start date Start date
Not that complicated, just owner-draw the listbox, or... as Herfried says,
use a ListView instead, with the View property set to Details, one column
header with the columns set to invisible then there's a property on a
listitem to change it's font.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Chaos, Panic, Disorder, my work here is done"


: To do that, I think you are going to have to write a custom control...
: : > Is it possible to bold specific items within a listbox?
: >
: > Thanks!
:
:
 
Back
Top