Silverlight ---- Viewbox Control : How ?
-
Hi, I don't understand how i can use viewbox control in Silverlight 3. I may use Silverlight Toolkit (for SL 3) or Silverlight 3 Controls implements native Viewbox? When i use this : xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls" It doesn't work : The tag 'Viewbox' does not exist in XML namespace 'clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit'. Somebody can help me ? (Note: I use Visual Studio 2010 as the IDE) Thanks
-
Hi, I don't understand how i can use viewbox control in Silverlight 3. I may use Silverlight Toolkit (for SL 3) or Silverlight 3 Controls implements native Viewbox? When i use this : xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls" It doesn't work : The tag 'Viewbox' does not exist in XML namespace 'clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit'. Somebody can help me ? (Note: I use Visual Studio 2010 as the IDE) Thanks
-
To use the viewbox, you need to use
xmlns:controlsToolkit="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit"
. This is a part of the Silverlight toolkit available here.My signature "sucks" today
But it doesn't work...
-
Hi, I don't understand how i can use viewbox control in Silverlight 3. I may use Silverlight Toolkit (for SL 3) or Silverlight 3 Controls implements native Viewbox? When i use this : xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls" It doesn't work : The tag 'Viewbox' does not exist in XML namespace 'clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit'. Somebody can help me ? (Note: I use Visual Studio 2010 as the IDE) Thanks
Just uninstall silverlight toolkit and install it from following path. I think it has been overridden by older version or when you installed vs 2010 it may conflicted with the existing silverlight version. And close vs 2010 b4 you install silverlight toolkit. http://silverlight.codeplex.com/[^] HTH
Jinal Desai - LIVE Experience is mother of sage....
-
But it doesn't work...
-
Have you added a reference to the toolkit dll in your project?
My signature "sucks" today
Yes, I have added...
-
Hi, I don't understand how i can use viewbox control in Silverlight 3. I may use Silverlight Toolkit (for SL 3) or Silverlight 3 Controls implements native Viewbox? When i use this : xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls" It doesn't work : The tag 'Viewbox' does not exist in XML namespace 'clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit'. Somebody can help me ? (Note: I use Visual Studio 2010 as the IDE) Thanks