Add a possibility to bind the RadToolBarTray and generate RadToolBars. By design the RadToolBarTray is created more like a Panel, not like a typical ItemsControl.
ToolBar Band and BandIndex properties are not applied when the control is set in a DataTemplate of a ToolBarTray
Setting ToolBar.Background to Transparent should make the control transparent
RadTooBar holds a Button and it is shown in Contentframe. When shown the button is initially disabled. Clicking on other button makes the first button enabled. Possible workaround is to set FocusManager.IsFocusScope to False on the Toolbar.
Add global HotKeys support to allow hotkeys/shortcut keys to trigger the RadToolBar content elements.
Instances of the Buttons in ToolBar are not removed correctly. EDIT: We are marking this item Declined. We are unable to detect any memory leaks with WPF or SL toolbar with Q2 2015 dlls. Please open a new support with details if you encounter any memory leak issues with RadToolbar.
The overflow button should have an option to show only when it is needed.
As a <role> I want <ability> so that <benefit>.
ToolBar: ToolBarTray doesn't respect ToolBar's HorizontalAlignment property. ToolBarTray is actually a Grid supporting Band and BandIndex properties of the RadToolBar. To simply position RadToolBars with Horizontal/VerticalAlignment properties you can use Grid instead of RadToolBarTray. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
Allow the ToolBar to to set a WrapPanel as an ItemsPanel.
Allow buttons to be right aligned in the toolbar Available in Q3 2014.
Implement DragAndDrop in terms of allowing a reordering of the ToolBars in the ToolBarTray and moving toolbars from one tray to another.