Button - BackgroundImage

0 Answers 102 Views
Button
Daniel
Top achievements
Rank 1
Silver
Bronze
Daniel asked on 04 Apr 2022, 09:20 AM

Hi,

Sometime I see the BackgroundImage="refresh_dashboard.png" and sometime not.

I used this code in 2 views one seen and one not.

Thanks,


 <Grid RowSpacing="1" RowDefinitions="auto, auto, auto, auto,auto" ColumnDefinitions="*">
            <HorizontalStackLayout Grid.Row="0"  Grid.Column="0" HorizontalOptions="Center" VerticalOptions="Center">
                <telerikInput:RadDateTimePicker x:Name="fromDateTimePicker" HorizontalOptions="Center" VerticalOptions="Center" Margin="5" HeightRequest="30" WidthRequest="170" BorderThickness="0"
                                                        Date="{Binding FromDate, Mode=TwoWay}" />
                <Label Text="⎯" HorizontalOptions="Center" VerticalOptions="Center" />
                <telerikInput:RadDateTimePicker x:Name="toDateTimePicker" HorizontalOptions="Center" VerticalOptions="Center" Margin="5" HeightRequest="30" WidthRequest="170" BorderThickness="0"
                                                         Date="{Binding ToDate, Mode=TwoWay}"/>
                <telerik:RadButton  HorizontalOptions="Center" VerticalOptions="Center"  BackgroundImage="refresh_dashboard.png" Command="{Binding SearchCommand}" WidthRequest="20" HeightRequest="20" BorderThickness="0"/>
            </HorizontalStackLayout>


Lance | Manager Technical Support
Telerik team
commented on 04 Apr 2022, 01:02 PM

If you would like us to help you investigate this, please provide a runnable application that reproduces the issue. This doesn't sound like a Telerik problem (because you see the image at least once and I am unable to replicate your reported behavior)

No answers yet. Maybe you can help?

Tags
Button
Asked by
Daniel
Top achievements
Rank 1
Silver
Bronze
Share this question
or