Unplanned
Last Updated: 03 Jan 2017 20:33 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Bug Report
3
TabIndex/Tab navigation is not working inside OutlookBar.
Unplanned
Last Updated: 03 Jan 2017 20:48 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Feature Request
3
Add a property which changes the minimize button orientation.
Completed
Last Updated: 19 Oct 2018 05:24 by ADMIN
The Metro theme isn't properly applied on the RadOutlookBarItems if it is set in the RadOutlookBar definition:
<telerik:RadOutlookBar telerik:StyleManager.Theme="Metro" />
Unplanned
Last Updated: 03 Jan 2017 21:05 by ADMIN
Currently , there is no possible way to drag an object fromt he Outlookbar's Popup and drop it outside the OutlookBar
Completed
Last Updated: 27 Feb 2017 08:29 by ADMIN
When the OutlookBar is minimized during run-time change of themes the text set to item's header overlaps the minimizing toggle button.

You can work this around by creating a custom control that derives from RadOutlookBar and override its OnApplyTemplate() method. Inside the method call the protected VisualStateChanged() method.

public class CustomOutlookBar : RadOutlookBar
{
	public override void OnApplyTemplate()
	{
		base.OnApplyTemplate();
		this.ChangeVisualState(false);
	}
}

Available in the R1 2017 SP1 Release.
Completed
Last Updated: 16 Apr 2014 08:19 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Bug Report
3
If you set the SmallIcon property of a RadOutlookBarItem and you minimize the item the icon will not be visualized. Note that the icon is not visualized when a certain item goes in the popup.
Unplanned
Last Updated: 03 Jan 2017 20:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: OutlookBar
Type: Feature Request
3
There should be a way to swtich items and navigate the content easily using the keyboard only.
Unplanned
Last Updated: 03 Jan 2017 20:36 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Feature Request
3
Implement "Add or Remove Buttons" functionality as in MS OutlookBar.
http://www.telerik.com/ClientsFiles/170274_fortelerik.jpg
Unplanned
Last Updated: 03 Jan 2017 20:35 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Feature Request
3
Add StyleTypedProperty to MinimizedArea to aleviate editting the item container style of the MinimizedAreaItem.
Completed
Last Updated: 17 Sep 2016 14:24 by ADMIN
Add Style for easier customization of the Vertical / Horizontal resizers
Unplanned
Last Updated: 03 Jan 2017 21:00 by Miroslav Paskov
Created by: Miroslav Paskov
Comments: 0
Category: OutlookBar
Type: Feature Request
3
There should be a way to set horizontal orientation for the items of the OutlookBar.
Unplanned
Last Updated: 03 Jan 2017 20:51 by ADMIN
Easily customize the bottom menu with user defined RadMenu items.
Unplanned
Last Updated: 03 Jan 2017 20:45 by ADMIN
When the selected item is Collapsed, the RadOutlookBar still displays its content and Title
Unplanned
Last Updated: 03 Jan 2017 21:05 by ADMIN
Tooltip is shown on horizontal splitter when ActiveItemsMaxCount = 0 but it shouldn't show since the splitter cannot be moved
Unplanned
Last Updated: 03 Jan 2017 21:05 by ADMIN
The foreground of the content in the pop-up when the OutlookBar is minimized in Windows8 (Metro) and Windows8Touch themes is wrong - it is white like the background.
Declined
Last Updated: 20 Sep 2016 10:42 by ADMIN
Add a tooltip to the OutlookBarItems when the OutlookBar is minimized


Approach to implement:

Descriptions of the minimized RadOutlookBarItems can be achieved in WPF via:

<Style TargetType="telerik:RadOutlookBarItem" BasedOn="{StaticResource RadOutlookBarItemStyle}">
    <Style.Triggers>
        <DataTrigger Binding="{Binding RelativeSource={RelativeSource AncestorType={x:Type telerik:RadOutlookBar}}, Path=IsMinimized}" Value="True">
            <Setter Property="ToolTipService.ToolTip" Value="{Binding RelativeSource={RelativeSource Self}, Path=Header}" />
        </DataTrigger>
    </Style.Triggers>
</Style>

or by adding this trigger to the RadOutlookBarItem's ControlTemplate.Triggers
Unplanned
Last Updated: 03 Jan 2017 20:24 by ADMIN
Add a possibility for the vertical resizer to act as the GridSplitter. More information in the support ticket.
Unplanned
Last Updated: 03 Jan 2017 20:50 by ADMIN
When the OutlookBar is minimized and you click the right splitter without moving it. Then the outlookbar is still minimized does not expand to the previous expanded position
Unplanned
Last Updated: 03 Jan 2017 20:53 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Feature Request
2
Create integration example with TransitionControl.
Unplanned
Last Updated: 03 Jan 2017 20:33 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Feature Request
2
Add a section, separate from Content area