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

RadTabItem editable

1 Answer 88 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Pi Interactive IT
Top achievements
Rank 1
Pi Interactive IT asked on 11 Mar 2013, 11:11 AM
Hi,

I am new in silverlight and telerik controls. I am working on project in which I have a xaml file in which I have couple of tabs, and textboxes and labes are defined via xaml. My problem is that I do not have access to those textboxes and labels in design view (with mouse).

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 14 Mar 2013, 12:18 PM
Hi,

I wasn't able to reproduce this issue in a sample VS2012 WPF solution. I added the following xaml in the MainWindow markup:
<telerik:RadTabControl>
    <telerik:RadTabItem Header="Tab 1">
        <StackPanel>
            <TextBox Text="Text1" />
            <TextBox Text="test" />
            <Label Content="Label 1" />
            <Label Content="Label 1" />
        </StackPanel>
    </telerik:RadTabItem>
    <telerik:RadTabItem Header="Tab 2">
        <StackPanel>
            <TextBox Text="Text11" />
            <TextBox Text="Text12" />
            <Label Content="Label 11" />
            <Label Content="Label 11" />
        </StackPanel>
    </telerik:RadTabItem>
</telerik:RadTabControl>
and I was able to edit the content of all elements. However, please note that in order to take advantage of the design-time support of the RadTabControl, you need to make sure that the design assemblies are included in a design folder in the directory from which you've referenced the Telerik assemblies.

Kind regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
TabControl
Asked by
Pi Interactive IT
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or