Jump to content

Resize An Icon in Listview


Recommended Posts

If you assign a large icon and a small icon image list to the list view, it is possible by changing the listview's view property

GUICtrlSetStyle($lvw_Items, $LVS_SMALLICON) or

GUICtrlSetStyle($lvw_Items, $LVS_ICON)

If you need a thumbnail or custom view, you will have to populate the image list with custom sized icons - it will not look pretty unless the source Icons are stored with larger sized equivalents (64 and larger).

i dont know is this possible but i want to resize an icon of a listview control.

just like windows desktop.

thanks for helps

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...