Notifications
Clear all
[Closed] Set the size of icons in dotnet Treeview
Mar 28, 2014 1:59 am
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!