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

Two issues and a DropDown question

1 Answer 61 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Ruslan Devyatko
Top achievements
Rank 1
Ruslan Devyatko asked on 03 Oct 2010, 12:12 PM

Good afternoon!

I've found two issues with RadTabControl scrolling. All the needed information can be found at ticket #353795.

Also I have a question, how can I customize the style of DropDown's item?? For example, I want to see not the header of TabItem. but its content in DropDown.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 06 Oct 2010, 01:25 PM
Hi Ruslan,

I've posted an answer to your support ticket. As for your question here, RadTabItem exposes 3 properties for this particular scenario:

//
// Summary:
//     Gets or sets the content that will appear in the DropDown menu when it is
//     shown. This is a dependency property.
public object DropDownContent { get; set; }
//
// Summary:
//     Gets or sets the template for the MenuIem that will present this item in
//     the DropDown menu. This is a dependency property.
public DataTemplate DropDownContentTemplate { get; set; }
//
// Summary:
//     Gets or sets the template selector for the MenuItem that will present this
//     item in the DropDown menu. This is a dependency property.
public DataTemplateSelector DropDownContentTemplateSelector { get; set; }

Give it a try and let me know if you need further assistance.

Sincerely yours,
Kiril Stanoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TabControl
Asked by
Ruslan Devyatko
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or