Notifications
Clear all

[Closed] Set the size of icons in dotnet Treeview

I’m using this:

local imgList = dotNetObject “System.Windows.Forms.ImageList”
imgList.imageSize = dotNetObject “System.Drawing.Size” 32 32

Yet when the treeview is rendered, the icons (state images) still render at 16×6. Any ideas?

Thanks!