
Hi,
I'm trying to figure out how I can add an overlay icon to a folder when that folder contains any files. This way our end users can have a visual feedback on what folders contain files.
I tried with a new ItemTemplate where I check the Children property, but this doesn't work: Children.Count = 0 until you open the folder and will only show subfolders, not files (CanIncludeFiles="False").
Any suggestions on how to accomplish are welcome!
Ben