I have a need to be able to browse and access WebDAV and SharePoint folders in a WinForms app.
I am aware of the following .Net libraries for accessing WebDAV folders. From what I can tell these do not appear to include any ready to use WinForms UI controls and would require building one's own utilizing their client libraries:
http://www.independentsoft.de/webdav/index.html
http://www.webdavsystem.com/client
http://www.eldos.com/sbb/desc-webdav.php
I have found the ShellMegaPack FolderView and FileView controls, which appear to generally work (more testing is required):
http://www.ssware.com/megapack.htm
I would like to know if there are any other folder/file browser UI controls out there that I could evaluate.
Thanks, Elan