Listview ColumnHeader Icon?

  • Thread starter Thread starter Sid Sidney
  • Start date Start date
S

Sid Sidney

Is it possible to put an image on a columnHeader?
If yes, how do you do it?

Thanks

Sid
 
Hi Sid,

Short answer: Yes, this is possible
Long answer: You will have to create a separate image list and then specify
it as an image list for column header icons through P/Invoke. Please refer
to the LVM_SETCOLUMN message documentation.
 
Back
Top