Hi,
Does anybody knows how to have an open folder dialog in Silverlight? Any third party controls?
I know there is a OpenFileDialog but this is not what I'm looking for. I want a dialog for folders only.
Thanks.
Hi,
Does anybody knows how to have an open folder dialog in Silverlight? Any third party controls?
I know there is a OpenFileDialog but this is not what I'm looking for. I want a dialog for folders only.
Thanks.
From MSDN.
Silverlight does not have a browse folder dialog box and you cannot use the OpenFileDialog to just select a folder.
just create your own user control for this as this is not supported currently by silverlight.
A folder browser dialog would serve no purpose.
SL3 it is by deliberate design that the SL can only access a file (not a folder) and only if that file it is specifically selected by the user in the OpenFileDialog. Its not even possible to determine the folder in which the file is found.