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: Bug Report
3
TabIndex/Tab navigation is not working inside OutlookBar.
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.
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
Declined
Last Updated: 15 Sep 2020 07:54 by ADMIN
ADMIN
Created by: Nikolai
Comments: 1
Category: OutlookBar
Type: Feature Request
11
Allow the user to manually set the position of the OutlookBarItem : ActiveArea, MinimizedArea or OverflowArea
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.
1 2 3