Jump to content

Recommended Posts

Posted

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/
Posted (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 by HeidiR
HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/

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
  • Recently Browsing   0 members

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