aNewLyfe Posted July 14, 2008 Posted July 14, 2008 i dont know is this possible but i want to resize an icon of a listview control. just like windows desktop. thanks for helps ~ Every Living Thing is a Code Snippet of World Application ~
DaRam Posted July 14, 2008 Posted July 14, 2008 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
aNewLyfe Posted July 15, 2008 Author Posted July 15, 2008 thanks for reply ~ Every Living Thing is a Code Snippet of World Application ~
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now