Advanced Forum Search Results
-
Lilach: No, still haven't found a solution. Our best workaround is to just pick some arbitrary large number and hope that's big enough. Annoying because I have to error-check everything I do after the dialog closes to ensure there is enough space at that moment. If it worked correctly, I could allocate enough space early in the process and ...
-
Until then, here's a workaround...
http://timheuer.com/blog/archive/2008/09/23/mouse-wheel-support-for-scrollviewer.aspx
-
Hey guys,
I'm using Silverlight 2 beta 2...
After a button click, if you show a file dialog, a call to increase the isolated storage quota will fail without showing the user dialog.
Here's the process I'm trying to get to work: When the user clicks the button, show the file dialog, calculate quota ...