Click here to Skip to main content
15,899,026 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Iterate DataGrid in Silverlight web application. Pin
Mycroft Holmes21-Jan-11 17:01
professionalMycroft Holmes21-Jan-11 17:01 
QuestionAssign a context to a UI Element Pin
Adrian020-Jan-11 21:36
Adrian020-Jan-11 21:36 
AnswerRe: Assign a context to a UI Element Pin
dasblinkenlight21-Jan-11 3:16
dasblinkenlight21-Jan-11 3:16 
GeneralRe: Assign a context to a UI Element Pin
Adrian021-Jan-11 3:30
Adrian021-Jan-11 3:30 
GeneralRe: Assign a context to a UI Element Pin
dasblinkenlight21-Jan-11 4:00
dasblinkenlight21-Jan-11 4:00 
AnswerRe: Assign a context to a UI Element Pin
Pete O'Hanlon21-Jan-11 3:40
mvePete O'Hanlon21-Jan-11 3:40 
QuestionReusable Lookup Control Pin
Ed Hill _5_20-Jan-11 5:14
Ed Hill _5_20-Jan-11 5:14 
QuestionEmbeding a Usercontrol [modified] Pin
Adrian020-Jan-11 2:35
Adrian020-Jan-11 2:35 
Sounds like a newbie question. But can't help my self for already an hour.

I've Silverlight application with tabs and don't want to put all code in one large file. So I have made single UserControls and now I want to put them into the tab control.

<telerik:RadWindow xmlns:my="clr-namespace:UserEditorApp"  x:Class="UserEditorApp.UserDetailsWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
		xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk"
        mc:Ignorable="d" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Height="500" Width="750" Header="User details">
    <Grid>
        <StackPanel Orientation="Vertical">
            <telerik:RadTabControl x:Name="rowDetailsTabControl" ReorderTabRows="False" >
                <!-- User Details tab -->
                <telerik:RadTabItem x:Name="UserDetailsTab" Header="Benutzer Details">
                    <StackPanel>
                        <my:UDW_Details  /> <!-- how can I add the control here? -->
                    </StackPanel>
                    
                </telerik:RadTabItem>
            </telerik:RadTabControl>
        <StackPanel>
    </Grid>
</telerik:RadWindow>


I can't see anything in the designer. Can somebody help me out of this?
Thanks!

modified on Thursday, January 20, 2011 8:43 AM

AnswerRe: Embeding a Usercontrol Pin
SledgeHammer0120-Jan-11 6:39
SledgeHammer0120-Jan-11 6:39 
QuestionREMOVE DATA IN ACCORDION AT RUN TIME Pin
jessins18-Jan-11 16:28
jessins18-Jan-11 16:28 
AnswerRe: REMOVE DATA IN ACCORDION AT RUN TIME Pin
Abhinav S18-Jan-11 18:04
Abhinav S18-Jan-11 18:04 
QuestionAccess Parent of Templated TreeViewItem Control ? Pin
AmitDey17-Jan-11 5:56
AmitDey17-Jan-11 5:56 
AnswerRe: Access Parent of Templated TreeViewItem Control ? Pin
SledgeHammer0118-Jan-11 7:30
SledgeHammer0118-Jan-11 7:30 
GeneralRe: Access Parent of Templated TreeViewItem Control ? Pin
AmitDey18-Jan-11 7:40
AmitDey18-Jan-11 7:40 
Questionsql server express [modified] Pin
arkiboys17-Jan-11 2:30
arkiboys17-Jan-11 2:30 
AnswerRe: sql server express Pin
Pete O'Hanlon17-Jan-11 3:12
mvePete O'Hanlon17-Jan-11 3:12 
AnswerRe: sql server express Pin
Abhinav S17-Jan-11 5:34
Abhinav S17-Jan-11 5:34 
QuestionGridview not showing items [modified] [Solved] Pin
V.17-Jan-11 1:22
professionalV.17-Jan-11 1:22 
QuestionColumnbar styling quesiton in SL4 [modified] Pin
CrafterIt16-Jan-11 22:46
CrafterIt16-Jan-11 22:46 
AnswerRe: Columnbar styling quesiton in SL4 Pin
CrafterIt17-Jan-11 2:23
CrafterIt17-Jan-11 2:23 
Questioncant play sound from source using MediaElement Pin
igalep13215-Jan-11 12:09
igalep13215-Jan-11 12:09 
AnswerRe: cant play sound from source using MediaElement Pin
omeriko916-Jan-11 6:59
omeriko916-Jan-11 6:59 
GeneralRe: cant play sound from source using MediaElement Pin
igalep13216-Jan-11 11:45
igalep13216-Jan-11 11:45 
GeneralRe: cant play sound from source using MediaElement Pin
omeriko916-Jan-11 20:21
omeriko916-Jan-11 20:21 
GeneralRe: cant play sound from source using MediaElement Pin
igalep13216-Jan-11 20:41
igalep13216-Jan-11 20:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.