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

Mapping needed between the Silverlight and WPF controls

1 Answer 30 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Basil Peter
Top achievements
Rank 1
Basil Peter asked on 21 Oct 2009, 07:49 AM

Hi,
I am new to Telerik WPF Controls,
I need to convert some Silverlight stuff to WPF.
I heard that "All the classes or controls in Silverlight has equal classes or controls in WPF".
But when i am trying to do it,i was not able to find some similar controls for WPF.

I will be greatfull if i get a mapping between the Silverlight and WPF controls.

For Eg.
(1) In silverlight,<HierarchicalDataTemplate> is in assembly=Telerik.Windows.Controls
but for WPF it is not there, may be due to <HierarchicalDataTemplate>
is present directly in WPF.

 

 

 

(2) in silverlight the folowing code is used what will be the equivalent code in WPF?.

xmlns:radDock="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking"

<radDock:RadDocking.DocumentHost>
    <radDock:RadSplitContainer>
        <radDock:RadPaneGroup x:Name="DocumentHostRadPaneGroup">
        </radDock:RadPaneGroup>
    </radDock:RadSplitContainer>
</radDock:RadDocking.DocumentHost>

 


 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 23 Oct 2009, 01:24 PM
Hi Basil Peter,

Unfortunately we do not have an exhaustive with mapping between the different controls.

Sometimes certain features may not be available for either platform because the capabilities SL and WPF offer are different.

Also, some controls are not released simultaneously for SL / WPF. For example the RadDocking for SL will be available officially for WPF with the coming Q3 release.

Generally base control parts like the HierarchicalDataTemplate are in a different namespace because they are built-in in WPF but for Silverlight we have implemented our version that matches them because they are not found in Silverlight.

We will be happy to help you with guidance on converting something, but we do not have a complete list with items on how this can be achieved.

Best wishes,
Miroslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TabControl
Asked by
Basil Peter
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Share this question
or