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

Content items are images

1 Answer 21 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
allan lee
Top achievements
Rank 1
allan lee asked on 30 Dec 2009, 07:33 PM
Hi there,

I tried codes for TabControl and I found that the content items under each tab are actually the images, see codes as follows:

<telerikNavigation:RadTabItem.Content >
     <Image Source="/TabControl/Images/FirstLook/A-C.png" Margin="0 14 0 0" Width="653" Height="250" />
    </telerikNavigation:RadTabItem.Content>

My question is that can we put some data binding here to grab some real data? Are there any other sample similar we can check as reference? Thanks in advance.

allan

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 04 Jan 2010, 08:44 AM
Hello allan lee,

TabControl is an ItemsControl and you can populate it using data binding or declaratively as any items control. Please check this help article to get started:
http://www.telerik.com/help/silverlight/radtabcontrol-features-tabs-overview.html

Let us know if you have any questions.

Regards,
Valentin.Stoychev
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
allan lee
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or