Unplanned
Last Updated: 03 Jan 2017 20:29 by hermann
Fire the PreviewSelectionChanged event before user-initiated selection
Unplanned
Last Updated: 03 Jan 2017 20:29 by ADMIN
Using  ArcGIS API for Silverlight/WPF version 2.1 in the TabControl throws exception in design-time
Unplanned
Last Updated: 03 Jan 2017 20:24 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: TabControl
Type: Feature Request
13
Preserve the content of tabs during tab reorder
Declined
Last Updated: 10 Nov 2016 08:28 by ADMIN
Tabcontrol doesn't work correctly when we set the properties TabOrientation="Vertical" and AllTabsEqualHeight="False". The Header are always Aligned left no matter the value align property.

DECLINED: This issue cannot be reproduced with R3 2016 release version.
Declined
Last Updated: 09 Sep 2016 08:55 by ADMIN
DECLINED: This issue is not reproducible with R2 SP1 2016 Release.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Petar Mladenov
Comments: 0
Category: TabControl
Type: Feature Request
4
The animation when moving tab is mandatory for a proper user experience.
Completed
Last Updated: 11 Aug 2016 14:04 by Rayne
ADMIN
Created by: Tina Stancheva
Comments: 1
Category: TabControl
Type: Feature Request
19
Create custom region adapter for the RadTabControl

We have created a SDK sample with a CustomRegionAdapter for the RadTabControl and its implementation can be found in out SDK repository(https://github.com/telerik/xaml-sdk/tree/master/TabControl/PRISM/CustomTabControlRegionAdapter)
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TabControl
Type: Bug Report
10
Loaded event of the RadTabItem's content is fired twice in WPF.

Declined: The behaviour is caused due to the way how the WPF framework operates with ContentControl and their Content property(the RadTabItem is HeaderedContentControl which derives from ContentControl). The Content property is automatically registered to the LogicalTree when it is set, this is causing the first loaded event to be fired. After a selection is made the RadTabControl inserts/visualizes the Content of its selected RadTabItem in its ContentPresenter, this causes the control to fire its loaded event as it is loaded into the VisualTree.

private void Content_Loaded(object sender, RoutedEventArgs e)
{
	if (VisualTreeHelper.GetParent(sender as DependencyObject) != null)
	{
		// Execute the logic for LoadedEvent.
	}
}
Completed
Last Updated: 16 May 2016 10:32 by Konstantin
Prism View is incorrectly initialized when associated with a region

We have created a SDK sample with a CustomRegionAdapter for the RadTabControl and its implementation can be found in out SDK repository(https://github.com/telerik/xaml-sdk/tree/master/TabControl/PRISM/CustomTabControlRegionAdapter)
Completed
Last Updated: 04 Mar 2015 16:23 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TabControl
Type: Feature Request
32
We have created a SDK sample with a CustomRegionAdapter for the RadTabControl in which the ActivateView logic is implemented. You can find the example in out SDK repository(https://github.com/telerik/xaml-sdk/tree/master/TabControl/PRISM/CustomTabControlRegionAdapter)
Completed
Last Updated: 05 Feb 2015 16:28 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: TabControl
Type: Feature Request
0
A System.Windows.Documents.Hyperlink' is not a Visual or Visual3D Exception is thrown when you click on a Hyperlink inside a RadTabControl and then try to scroll using the MouseWheel


Available in LIB version: 2014.3.1409
Completed
Last Updated: 12 Nov 2014 09:24 by ADMIN
Fixed in LIB version: 2014.3.1103
Unplanned
Last Updated: 03 Dec 2012 11:28 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TabControl
Type: Bug Report
5
Pressing "Tab" key does not change the focus when there are several controls in a TabItem.
1 2 3 4