Advanced Forum Search Results
-
That's true, which is why I've got the binding being applied to the local frameworkelement.Rotation dependancyproperty, with the binding set to twoway (if the binding was the other way around, it wouldn't work for the reason you mentioned).
I've seen a couple of examples of animating Projection and binding Projection ...
-
Hi,
I'm having issues binding to a PlaneProjection programatically. The code is:
FrameworkElement item;
Binding b = new Binding();
b.Source = this.Rotation;
b.Path = new PropertyPath("(FrameworkElement.Projection).(PlaneProjection.RotationY)");
b.Mode = BindingMode.TwoWay;
item.SetBinding(RotationProperty, b);
...I may be ...
-
But the difference with your example is that the root custom control doesn't have a xaml file associated with it. If you subclass a control that has an a xaml file, it doesn't work as described above.
My project also depends on subclassing with a Xaml file...it works in WPF and worked in B1 (via workarounds)...does anyone have either ...
-
...I was hoping there'd be some basic app structure framework (such as System.Windows.Navigation...). There seems to be a Page control in Tim's toolbox...http://timheuer.com/blog/archive/2008/06/04/silverlight-2-introduces-tabcontrol.aspx.
Still no Combobox.
PointCollection had better have been fixed..............
-
C'est ici
http://www.microsoft.com/downloads/details.aspx?FamilyID=bce7684a-507b-4fc6-bc99-6933cd690cab&DisplayLang=en
pq
-
Sorry (I did get the link via an MS blog...)!!
-
Looks like tools will be are here (unconfirmed as yet...)
http://www.microsoft.com/downloads/details.aspx?FamilyID=e0bae58e-9c0b-4090-a1db-f134d9f095fd&DisplayLang=en
pq
-
Microsoft® Expression Blend™ 2 is the professional design tool used to create
engaging Web-connected experiences for Microsoft® Windows®. The Expression Blend
2.5 March 2008 Preview allows you to create Microsoft® Silverlight™ 2-based ...
-
SDK
The Microsoft® Silverlight™ 2 Software Development Kit provides documentation,
libraries and tools for developing Silverlight applications.
http://www.microsoft.com/downloads/details.aspx?FamilyID=4e03409a-77f3-413f-b108-1243c243c4fe&DisplayLang=en
Controls
This download contains the complete source code and
unit tests for ...
-
Given 2.0 's WCF support, does anyone yet know if the P2P WCF classes will be included (ie support for NetPeerTcpBinding & all the PeerNode classes etc), or is 2.0's support only for Client-Server scenarios?
Thanks,
pq