Unplanned
Last Updated: 03 Jan 2017 21:16 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Feature Request
6
Provide visibility enumeration for the Overflow button "WhenNeeded", "Visible", "Hidden/Collapsed"
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.
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: 17 Sep 2016 14:24 by ADMIN
Add Style for easier customization of the Vertical / Horizontal resizers
Completed
Last Updated: 20 Apr 2018 12:12 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: OutlookBar
Type: Feature Request
11
The logic of the IsContentPreserved (inherited from RadTabControl) property could be implemented in RadOutlookBar
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:29 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Feature Request
4
RadPanelBar`s expand/collapse behavior needed in RadOutlookBar
Unplanned
Last Updated: 03 Jan 2017 20:31 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Feature Request
5
Allow customizing the Items position.
Unplanned
Last Updated: 03 Jan 2017 20:32 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: OutlookBar
Type: Feature Request
5
Add Minimized and Restored event handlers in the OutlookBar
Unplanned
Last Updated: 03 Jan 2017 20:50 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: OutlookBar
Type: Feature Request
4
Add minimize/restore animations
Unplanned
Last Updated: 03 Jan 2017 20:50 by Triet Nguyen Cong
ADMIN
Created by: Tina Stancheva
Comments: 1
Category: OutlookBar
Type: Feature Request
4
Implement Tab Navigation
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:51 by Kaarthikeyan
Include the Show more/fewer and add/remove buttons functionality in the bottom menu.
Properties that get the ActiveItems' Count and MiniizedItems' Count also needed.
Declined
Last Updated: 20 Sep 2016 10:42 by ADMIN
Collapse bar to a slim version, reorganizing the icons to be vertical without description but with hover over descriptions.

Approach to implement:

RadOutlookBar is minimizable by default.
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 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: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
Unplanned
Last Updated: 03 Jan 2017 20:34 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: OutlookBar
Type: Feature Request
6
Event when dragging the horizontal splitter
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.
1 2