Listview item

  • Thread starter Thread starter Alan T
  • Start date Start date
A

Alan T

Is it possible to display 2 lines on a listview item ?
In addition, I want to dispaly the second as hyperlink with color.
 
Hi,

AFAIK that is not possible, you have two options:

1- Extend ListView to allow this feature , take a look at the "Owned draw
listview" article in opennetcf.org
2- Insert two items instead of one where the second item is either
unselectable or add some logic to select both items

I have used the latter approach and works fine for the client.
 
Back
Top