Declined
Last Updated: 26 Aug 2016 09:18 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: PanelBar
Type: Feature Request
24
Add an Icon property to allow displaying images in the RadPanelBarItem Header.

Declined:

Adding such property requires also adding a visual element (Image) in the Template of the RadPanelBarItems.
RadTreeView also has Image in its ControlTemplate and we have to admit this was our design mistake in the past. Such element makes the Style larger, makes the virtualization harder to support, slows down the performance.

How To Add Image in RadPanelBar:

In non-databound scenarios just add the Image in the Header:

      <telerik:RadPanelBarItem>
                <telerik:RadPanelBarItem.Header>
                    <StackPanel>
                        <Image Source="MyImage.png" Margin="5"/>
                        <TextBlock Text="{Binding Name}" />
                    </StackPanel>
                </telerik:RadPanelBarItem.Header>
            </telerik:RadPanelBarItem>

In databound scenario set the ItemTemplate of the RadPanelBar:

DataTemplate x:Key="itemTemplate">
                <StackPanel>
                    <Image Source="MyImage.png" Margin="5"/>
                    <TextBlock Text="{Binding Name}" />
                </StackPanel>
            </DataTemplate>

 <telerik:RadPanelBar ItemTemplate="{StaticResource itemTemplate}"/>

See the SDK example demonstrating those approaches: https://github.com/telerik/xaml-sdk/tree/master/PanelBar/AddHeaderIcon

Declined
Last Updated: 26 Jan 2016 13:51 by jen
Now if you add a content to the panelbar the content inside will receive tab navigation only once due to the items control nature of the control.

The XAML team has recently reviewed the status of this issue and won't be addressing it in future releases.
In order to make the content (items) of a specific RadPanelBarItem (X)  focusable with tabKey, set TabNavigation="Local" on X.
Completed
Last Updated: 30 Nov 2021 21:13 by ADMIN
Release R1 2022
ADMIN
Created by: Telerik Admin
Comments: 5
Category: PanelBar
Type: Feature Request
15
Allow resizing of PanelBarItems. http://www.telerik.com/community/forums/wpf/panelbar/resize-capabilities-to-radpanelbaritems.aspx
Completed
Last Updated: 05 Jan 2022 13:16 by ADMIN
Release R1 2022
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PanelBar
Type: Feature Request
13
Add a ScrollViewer to the PanelBarItem ControlTemplate
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PanelBar
Type: Feature Request
8

			
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
The IsTabStop is set to false in all RadPanelBarItems and set to true in the textboxes in the Items of the PanelBarItems. When tab navigating the RadPanelBarItems get focused, in Silverlight they don`t.
Completed
Last Updated: 01 Feb 2016 08:46 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: PanelBar
Type: Feature Request
6
Expose a property to easily control the expander indicator style and visibility.

From Q1 2016 SP users will able to use the ExpanderStyle property of the RadpanelBarItem in order to style the arrow expander.
Declined
Last Updated: 08 Sep 2016 07:55 by ADMIN
Second level items cannot be styled to look like first level items.

DECLINED: SecondLevelItemsStyledLikeTopLevelItems SDK sample showing approach to styling PanelBar with more than two levels of PanelBarItems is available since R3 2016 Official Release.
https://github.com/telerik/xaml-sdk/tree/master/PanelBar
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PanelBar
Type: Feature Request
5
Possbility to have PanelBarItems with fixed height and other PanelBarItems that take the rest of the available height equally
Unplanned
Last Updated: 05 Jan 2017 11:22 by jen
Update the ExpandMode property to allow zero, one or zero, one ,and multiple expanded items.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
When using the new DragDrop logic in the RadPanelBar control, the MouaseOver state of a dragged item isn't cleared on drop. This is why as soon as you move the mouse over another item and start dragging it, you get two PanelBarItems in MouseOver state in the PanelBar.
Declined
Last Updated: 08 Nov 2016 13:05 by ADMIN
PanelBar: A custom template can not be set to a PanelBarItem, using a ControlTemplate

DECLINED: This issue is not reproducible with 2016 R3 official release.
Won't Fix
Last Updated: 25 Jan 2016 14:11 by ADMIN
RadPanelBaritem's expander arrow should not be visible when there are no subitems.

XAML Team has recently reviewed the status of this item. It is considered a design limitation of the RadPanelBar control which won't be addressed in future releases.
However, users will be able to use the ExpanderStyle property of the RadPaneBarItem (from Q1 2016 SP) in order to control the arrow's visibility.
Completed
Last Updated: 01 Sep 2021 11:06 by ADMIN
Release R3 2021
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PanelBar
Type: Feature Request
4

			
Declined
Last Updated: 08 Nov 2016 13:06 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PanelBar
Type: Bug Report
3
Cannot dynamically change the theme of the control.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PanelBar
Type: Bug Report
3
Implement IsExpandOnDblClickEnabled logic
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
If the RadPanelBar Orientation is Horizontal, a RadHtmlPlaceHolder cannot be displayed inside a RadPanelBarItem
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
PanelBarItem with no Items is initially expanded when its IsExpanded property is data bound
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ExpandAll/Collapse issues, Child RadPanelbarItem is resized incorecctly
1 2