Preserve the content of tabs during tab reorder
ItemsSource does not support CompositeCollection
Click event of a Button in the HeaderTemplate is not fired properly when another button outside the tab has IsDefault property set to true
Fire the PreviewSelectionChanged event before user-initiated selection
When navigating with tab key (without setting tabindex) first highlights the RadTabItem then its content. Setting a tabindex on a control in the tabItem`s content works the opposite way
When the RadTabControl AllowDragReorder property is set to True and the control contains multiple rows with tabs, the dragging operation cannot be properly executed and completed.
ICommandSource implementation for RadTabControl. It might be implemented either as CLR and dependency properties, or as attached behavior.
SelectedItem does not respect the Reset collection changed action.
In the VS2010 designer the selected tab is the last one even if the SelectedIndex proeprty of the TabControl is set to 0. The issue can be reprodiced in a scenario where the RadTabControl is defined in a RadWindow control.
Using Xaml declared tab control with identical tab item headers will result in selecting the first occurance of selected text from the drop down content. Add support for distinguishing different items in the drop down content (use DropDownDisplayMode=Visible) during selection and match to the corresponding TabItem.
Pressing "Tab" key does not change the focus when there are several controls in a TabItem.
The animation when moving tab is mandatory for a proper user experience.
Improve the design-time support of the TabControl. For example add an option to add new RadTabItems in the control.
Add a visual state for the selected tab item representation in the DropDown menu of the TabControl.
The selected item could have a different header template so that it will be differentiated from the rest of the tabs.
The CommonStates of the control aren't applied and this is why you can't add any storyboards for the normal and disabled state of the control.
Can't apply transitions when changing the visual state of the RadTabControl or its items
Using ArcGIS API for Silverlight/WPF version 2.1 in the TabControl throws exception in design-time
The TabControl ScrollMode property doesn't work as expected when set to "Item"
Display in overflow menu only the items that are not visible in the tab strip.