1 Attachment(s)
VB Webbrowser Folder Size
Hi,
I would like to know if there is a posibility to programmatically change the Incon-size of files/filder in the Webbrowser component of Vb.net (WinForms)
standart is the "details" view; changes last only till changing folder directory
Attachment 141919
Thanks for any help
Omega123
Re: VB Webbrowser Folder Size
That's not a webbrowser for starters ... that's a ListView ... I know you can change it from LArge, MEdium, Small Icons in the properties of the listview when it's in Icon mode... in detail mode though... not so sure. Never tried. It might be possible, but I'm not sure. I'm pretty sure that if you can, you need to do it before you add any items to the listview.
-tg