Resize Image in TreeView
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
In my web page, I have a TreeView control. It databinds the image property on every node, however, the images I have are all different sizes, and I need them all to display 64x64 on the page. Is there anything I can do short of manually resizing them with photoshop? I'd do that... but I don't have the time.