This question is locked. New answers and comments are not allowed.
Hi, I have problem with toolbar. If I set style Windows 7, icons in toolbar looks like button. Without set up, with default style I dont have this problem. In attached image you can see, what I mean.
My code looks like this:
My code looks like this:
<telerik:RadToolBar GripVisibility="Collapsed" Margin="0,25,0,0" HorizontalAlignment="Stretch"
VerticalAlignment="Top" x:Name="mainToolBar" OverflowButtonVisibility="Collapsed" telerik:StyleManager.Theme="Windows7" >
<Button Click="Button_Click" Name="New" ToolTipService.ToolTip="New">
<Image Width="16" Height="16" Source="../Images/11new.png" Margin="4" /></Button> .....