This is a migrated thread and some comments may be shown as answers.

Does the "RadControls for silverlight" contain such control???

1 Answer 75 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Starry
Top achievements
Rank 1
Starry asked on 22 May 2012, 04:13 AM
Does the "DevExpress Controls for Silverlight" contain such control? Like this menu how to do ??? 

 
The first picture
 
The second picture

The third picture 

1 Answer, 1 is accepted

Sort by
0
Starry
Top achievements
Rank 1
answered on 22 May 2012, 01:25 PM
Use  RadDocking...

A simple example ,   why  do  so many warnings and mistakes?


The  Xaml:
<UserControl x:Class="SLTelerikDockingForth.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400"
    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"         
             >
    <Grid x:Name="LayoutRoot" Background="White">
        <telerik:RadDocking></telerik:RadDocking>
    </Grid>
</UserControl>

The Error:
       错误(Error) 22 The tag 'RadDocking' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. C:\Users\Administrator\Desktop\Test\SLTelerikDockingForth\SLTelerikDockingForth\MainPage.xaml 12 10 SLTelerikDockingForth

The Warning:
 警告( Warning ) 1 未能解析主引用“Telerik.Windows.Controls.Docking”,因为它对 .NET Framework 程序集“mscorlib, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e”具有间接依赖关系,而该程序集的版本为“5.0.5.0”,高于当前目标框架中的版本“2.0.5.0”。 SLTelerikDockingForth

English meaning:
        Warning    1   Analytical Lord failed to quote  “Telerik.Windows.Controls.Docking” , Because the.net Framework assemblies    “mscorlib, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e”     With indirect dependencies ,  And the program set version for "5.0.5.0"  ,    Higher than the current target framework version "2.0.5.0"  , SLTelerikDockingForth.
 
There  are   21   such   warnings...
Why??? 
Tags
General Discussions
Asked by
Starry
Top achievements
Rank 1
Answers by
Starry
Top achievements
Rank 1
Share this question
or