Advanced Forum Search Results
-
there's no link here, a microsoft staff told me , will release 2.0 rtm version before this year end.
-
to Sam :
what a joke ....but some should be real in future
to tranduybien :
2.0 rtm offically announce will be released at Oct 2008 , 10 years long? are you come from mars ? that mean's other UI technology will lead the RIA without silverlight.
-
http://www.codeplex.com/SWPS
http://www.codeplex.com/silverpart
http://www.codeplex.com/pks/Release/ProjectReleases.aspx?ReleaseId=15331
hope this helps
-
Anyone here has related articles and videos ?
I only find some silverlight 3.0 wish list..
reference link :
http://blog.csdn.net/dotfun/archive/2008/08/29/2849458.aspx
-
Even though Silverlight 2.0 has yet to see the "official" light of day, we know that the beta introduced at MIX08 represents a "feature complete" version for this release cycle.
Between beta 1 and the RTM expected towards the end of summer, Microsoft will not add any major new features to the Silverlight platform. Instead, ...
-
Thanks for your detailed methed ,xamlmammal !
It works fine even it need an exsiting image object and source binding "imgUrl" path in <StackPanel>, but it's better ! it's fine now~
:)
-
maybe use these elements --
ActualHeight .. List.Count()*ListBoxItem.Height .. e.GetPosition(sender).Y ...
-
hi xamlmammal thanks ,
here's I do a demo , please tell me how to fix this ToolTipService.ToolTip bug and let it show different images ,
Source="{Binding imgUrl}" isn't work inside this tooltip ,only show a blank canvas...
XAML:
<UserControl ...
-
Thanks.
but my image obj put into <StackPanel></StackPanel> , so only can get "x:Name" from Event sender..
-
really ? show me pls.
I did some usercontrols before , but it's hard to bind List<class> data like silverlight internal control in xaml. ..<TextBlock TextWrapping="Wrap" Text="{Binding Mode=OneWay, Path=listData}" />