This question is locked. New answers and comments are not allowed.
Hi,
I seem to have an issue applying themes to the toolbar. When ever I apply the vista theme to it the buttons within the toolbar show up as normal 3D buttons and do not adopt the theme of the toolbar.
If I delete the telerik:StyleManager.Theme="Vista" then the buttons also stay in this state unless I remove and re-add them.
Am I doing something wrong?
I seem to have an issue applying themes to the toolbar. When ever I apply the vista theme to it the buttons within the toolbar show up as normal 3D buttons and do not adopt the theme of the toolbar.
| <telerikNavigation:RadToolBar x:Name="MainToolbar" HorizontalAlignment="Left" VerticalAlignment="Top" Grid.Row="1" telerik:StyleManager.Theme="Vista" > |
| <Button Content="Button" /> |
| <Button Tag="New Item"> |
| <Image Width="16" Height="16" Source="/Images/add2.png" |
| ToolTipService.ToolTip="Add New Item" /> |
| </Button> |
| <telerikNavigation:RadToolBarSeparator /> |
| <Button Tag="Delete Item" > |
| <Image Width="16" Height="16" Source="/Images/delete2.png" |
| ToolTipService.ToolTip="Delete Item" /> |
| </Button> |
| </telerikNavigation:RadToolBar |
Am I doing something wrong?