I want to a list view that support small images, list, details and also large icons and very large icons.
The windows explorer list view can show image nodes until 256x256. Is it possible doing it with .NET?
NOTE: I don't want to embedd the windows explorer in a .NET application. I only want to use the same control that uses the windows explorer.
Thanks in advance.