user246392
user246392

Reputation: 3009

How to style open file dialog box in Silverlight

I am not an SL developer myself, but before I invest in it, I want to make sure I get its capabilities and limitations. My question is is it possible to style (i.e. change the UI of) an open file dialog box? It would be nice to see a sample if possible.

Upvotes: 1

Views: 469

Answers (1)

TerenceJackson
TerenceJackson

Reputation: 1786

I don't think that you can do that. You have no chance to change the title, or preset a path either. (http://msdn.microsoft.com/en-us/library/system.windows.controls.openfiledialog(v=vs.95).aspx, Is there anyway to change title of OpenFileDialog in Silverlight 3?)

Upvotes: 3

Related Questions