Images in listView Item

  • Thread starter Thread starter touf
  • Start date Start date
T

touf

Hi,
1- I like to display items in a listview using the "LARGE ICON" view, how
can I display an icon (image) for each Item.
2- I like to buttons to change the View property of a listView (smallicon,
latgeicon, detail), how can I create buttons with the icons used in the
similar buttons in Windows softwares (I need the icon and how to assign it)

thanks.
 
touf said:
1- I like to display items in a listview using the "LARGE ICON" view, how
can I display an icon (image) for each Item.

You will have to add the images to an ImageList and link this imagelist
to the ListView.
2- I like to buttons to change the View property of a listView (smallicon,
latgeicon, detail), how can I create buttons with the icons used in the
similar buttons in Windows softwares (I need the icon and how to assign it)

There is no built-in button. You may want to use a toolbar with a
dropdown menu.
 
Back
Top