Autor Tema: [Problem] ListView Example of multi-line functions  (Leído 2646 veces)

0 Usuarios y 1 Visitante están viendo este tema.

polosa

  • Bytes
  • *
  • Mensajes: 14
  • Reputación: +0/-0
    • Ver Perfil
[Problem] ListView Example of multi-line functions
« en: Octubre 25, 2010, 07:54:41 am »
Hi All

My English is not good.

I would like to know how to reach this functionality, using vb

i use listview + NM_CUSTOMDRAW ?????, But can not understand its function form Multi-line


LeandroA

  • Administrador
  • Petabyte
  • *****
  • Mensajes: 1128
  • Reputación: +151/-8
    • Ver Perfil
Re:[Problem] ListView Example of multi-line functions
« Respuesta #1 en: Octubre 25, 2010, 08:30:24 pm »
I do not know how to change the size of the item, if you like changing the row backcolor, text color, and font, I have an example

you have the example shown in the picture?, if so, upload it to some hosting and see what can be done

Saludos.

Zeroback

  • Bit
  • Mensajes: 5
  • Reputación: +0/-0
    • Ver Perfil
Re:[Problem] ListView Example of multi-line functions
« Respuesta #2 en: Octubre 30, 2010, 12:40:44 am »
A viable solution could be to create a bitmap of the same background color for the listitem, for heigh can use measures such as 22x22 or 36x36 in pixels as required.

Zeroback

  • Bit
  • Mensajes: 5
  • Reputación: +0/-0
    • Ver Perfil
Re:[Problem] ListView Example of multi-line functions
« Respuesta #3 en: Octubre 30, 2010, 12:48:16 am »
A viable solution could be to create a bitmap of the same background color for the listitem, for heigh can use measures such as 22x22 or 36x36 in pixels as required.

Load the bitmap to ListImage control and allocate ListView control to the Icon property, Add a listitem and assign the image index to Icon property of the ListItem.


Greetings.

polosa

  • Bytes
  • *
  • Mensajes: 14
  • Reputación: +0/-0
    • Ver Perfil
Re:[Problem] ListView Example of multi-line functions
« Respuesta #4 en: Octubre 30, 2010, 08:01:26 pm »
hi I have uploaded and written examples, please help me find

test.zip