I want to change the ButtonToolbarItem Tooltip to an other value then the Text-Property value.
Style ButtonToolbarItemView
<Setter Property="ToolTipProperties.Text" Value="..." />
and
xaml
ToolTipProperties.Text="..."
both have no effect. Tooltip keeps showing the Text value
Currently, the ButtonToolbarItemView supports the following visual states:
There is no visual state to indicate that the button is currently in a Pressed state. Implementing this visual state would be beneficial when styling the toolbar item.
Control: RadToolbar
OverflowMode: DropDown
If there are too many OverflowItems which doesn't fit on the screen/available space, then the List of OverflowItems should scroll.
Current behaviour: Items are truncated / invisible