Skip to main content
Home Forums Silverlight Design Expression Studio in new Blend there isn't tabcontrol or tabitem???
5 replies. Latest Post by MRBEAN20000 on June 24, 2008.
(0)
MRBEAN20000
Member
6 points
17 Posts
06-23-2008 11:21 AM |
hello
why I haven't tabitem in blend 2.5 june 2008??
johnnystock
Contributor
2295 points
362 Posts
06-23-2008 11:38 AM |
The new tab controls are not located in the Silverlight plug-in itself, they are in the SDK instead. In Visual Studio 2008 you need to add a reference to System.Windows.Controls.Extended to the Silverlight project and build it. Then in Expression Blend 2.5 the tab controls are available on the Custom Controls tab of the asset library.
Hope this helps,
jeetAbhi
424 points
81 Posts
06-24-2008 6:09 AM |
1) If you are in Visual Studio go to solution explorer right click your project then click Add Reference or right click References then add references choose System.Windows.Controls.Extended click ok.Build Project then add namespace
xmlns:T="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Extended"
<
2) If you are in expression blend then click project and add references or click references and then click add references...go to C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Libraries\Client choose System.Windows.Controls.Extended. Then go to asset library in toolbat go to custom controls....you have a TabControl.
Please MARK AS ANSWER if this has helped
06-24-2008 6:35 AM |
no......... in my project SV2 in blend i have add this reference and nothing happen!
I am desesperate :():
Nothing goes from there with the new versions… help help help!!!!!
06-24-2008 7:20 AM |
If you are in expression blend then click project and add references or click references and then click add references...then a window pops out go to path C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Libraries\Client choose System.Windows.Controls.Extended. Then go to asset library in toolbar go to custom controls....you have a TabControl.
06-24-2008 8:25 AM |
oky thank you ! it's okay.....;;;;;;;;;;;;