Jump to content

Recommended Posts

Posted

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

just like windows desktop.

thanks for helps

:alien: ~ Every Living Thing is a Code Snippet of World Application ~ :alien:

Posted

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

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
×
×
  • Create New...