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
Completed
Last Updated: 04 Nov 2016 15:19 by ADMIN
The foreground of the MinimizedButton and minimizeable arrow in Expression_Dark theme is wrong. The issue appears when the OutlookBar is minimized and the minimized button is clicked
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.
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:25 by ADMIN
Content is lost when setting IsMinimizable to false and the OutlookBar is minimized
Completed
Last Updated: 08 Nov 2017 13:48 by ADMIN
Available in LIB version 2017.3.1113, it will be also available in the R1 2018 Release.
Unplanned
Last Updated: 03 Jan 2017 20:26 by ADMIN
The IsMinimizedChanged method does not inspect the ACTUAL width of the control
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
The selection of a minimized item cannot be visually cancelled.
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: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
Completed
Last Updated: 11 Dec 2018 15:43 by ADMIN
The style of the items that are contained in the dropdown content of the overflow button cannot be edited.
Unplanned
Last Updated: 03 Jan 2017 20:51 by ADMIN
Easily customize the bottom menu with user defined RadMenu items.