This is a migrated thread and some comments may be shown as answers.

RadButton in Q2

1 Answer 32 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Trude
Top achievements
Rank 2
Trude asked on 19 Jul 2011, 09:11 AM
See attached screenshot. The latest internal build of Q2 have some visual anomalies with the Windows 7 theme. Looked fine in Q1:

Code (smaller buttons have this error too, but this one you can see the problem more clearly):
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,24,18,0">
    <StackPanel.Effect>
        <DropShadowEffect ShadowDepth="1" BlurRadius="3"/>
    </StackPanel.Effect>
    <telerik:RadButton x:Name="ButtonPrevious" MinWidth="110" Height="30" FontSize="17" Click="ButtonPrevious_Click">
        <StackPanel Orientation="Horizontal">
            <Image Source="left.png" Stretch="Fill" Width="16" Height="16"/>
            <TextBlock Text="{Binding LocStr.ButtonPrevious, Source={StaticResource LocStr}}" Margin="4,0,0,0"/>
        </StackPanel>
    </telerik:RadButton>
</StackPanel>



1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 21 Jul 2011, 12:50 PM
Hi Jorn,

Thank you for your feedback. We are aware of this issue and a fix is already available. It will be included with next week's internal build. Give it a try and let me know if you encounter any further issues. We'd be glad to assist you.


Kind regards,
Kiril Stanoev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Buttons
Asked by
Trude
Top achievements
Rank 2
Answers by
Kiril Stanoev
Telerik team
Share this question
or