FileBrowserModel - Access denied exception
Brought to you by:
agaman
Steps to reproduce:
1) Open TreeViewAdv sample application.
2) Navigate to ”FolderBrowser” tab.
3) Navigate to C:\Users\current_user folder
Expected result: folder content is shown in the tree
Actual result: Access denied exception
Source: FolderBrowserModel.cs; exeption not handled for Directory.GetDirectories(parent.ItemPath)
This is not a bug in the TreeViewAdv control.
Change the implementation of the FolderBrowserModel (in the sample app) to catch the exception. (This is only a sample application to show simple uses of the control).