Advanced Forum Search Results
-
Hi there,
I had exactly the same issue. And it's not solved with a adding the image to the layout or to call Measure and Arrange to force a layout pass. It seems that its not working now. I've posted a workaround by using an ImageBrush and a Rectangle. Find it ...
-
But let's speculate a bit. :-)
I think spring 2010 is the moment of the 4.0-versions. And I think that it would be in march. Visual Studio 2010 with .NET 4.0, WPF 4.0, WCF 4.0, CLR 4.0, Silverlight 4.0 and so on... maybe also Expression Studio 4.0? No, I think Expression Studio 3.0 lives a little bit longer with a Service Pack to make e.g. ...
-
There's also another solution than using the focus trick. Try it via updating the BindingSource directly:
http://www.thomasclaudiushuber.com/blog/2009/07/17/here-it-is-the-updatesourcetrigger-for-propertychanged-in-silverlight/
-
Hi Navin....
for Silverlight take a look at the "GetStarted"-Section on http://silverlight.net/GetStarted/.
Under this section you'll find "Start learning Silverlight", where you get videos and other stuff. This is in my opinion the best way to get started.
-
[quote user="xsirxx"]
I wonder what the difference is? Anyone else notice any changes?
EDIT: BTW this is without adding in hardware acceleration.
[/quote]
I noticed the same. My application is also much slower without hardware acceleration. Until yet I haven't figured out what it is...
-
[quote user="davidjjon77"]
Any news on Expression Design 3?
[/quote]
No, unfortunately not yet.
-
Hi jemiller,
I think you should wait for a new Version of the Toolkit. One problem is specified in my last post in http://silverlight.net/forums/t/108206.aspx
-
Do you mean the WrapPanel with "WrapView"?
If it's the WrapPanel, i think that has the following reason why your SL2 works after update:
Silverlight 2 Toolkit contains a WrapPanel
Silverlight 2 SDK doesn't contain a WrapPanel
-> So there's one in Silverlight 2
Silverlight 3 Toolkit March 2009 contains no ...
-
A first look: - DataForm, WrapPanel and DockPanel are no more there
Great feature: The Out-of-Browser-Support can be edited via the Properties-Page of your Silverlight-Application.
-
Yes, that's right, the DataForm isn't there anymore. Also the DockPanel and the WrapPanel are not in the release. I also think the Silverlight Control Toolkit has a high priority.