HeidiR Posted December 28, 2008 Posted December 28, 2008 Hi All, Is it possible to change the row height of a listview item (GUICtrlCreateListViewItem) that contains an icon? The icon in my listview is too small and I would like to make it bigger. CODE$h=GUICtrlCreateListViewItem("", $LV) GUICtrlSetImage($h, "G:\Icons\y.ico") HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
Zedna Posted December 28, 2008 Posted December 28, 2008 probably ownerdraw method - search on the forum for details ... Resources UDF ResourcesEx UDF AutoIt Forum Search
HeidiR Posted December 29, 2008 Author Posted December 29, 2008 (edited) probably ownerdraw method - search on the forum for details ...I'll checkit out. Thanks for your help.Edit: I tried _GUICtrlListView_SetView with view state 1 and it did the trick. Edited December 29, 2008 by HeidiR HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
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