Advanced Forum Search Results
-
Actually, one more question:
What is this number a limitation of? The width of content in a content control? The width of ANY element? What exactly is the restriction?
Thanks,
Devin
-
That would definitely explain it! Thanks for the response.
-
If you have extremely wide content in a scrollviewer then the content appears to get clipped on both the left and right side of the scrollable region. Has anybody run into this?
Here's a quick way to show it:
<ScrollViewer Width="300" Height="200" ...
-
Nevermind - I figured out my problem too. In the xaml, the assembly MUST be declared along with the clr-namespace reference, otherwise the xaml doesn't compile.
-
Did you actually get this working? I'm having some issues calling the property in xaml... Would you mind sharing what you're final xaml looked like?
Thanks,
Devin
-
I'm glad somebody's making progress! Yes, the asmx service you have set up does work, but my specific problem involves consuming a php web service that is configured with WSDL 1.1. It seems like we still have the problem of consuming WSDL 1.1 type services.
-
Well, it looks like this thread confirms all my findings so far. Hopefully the silverlight team will have this fixed up soon...