We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

sfHubTile problem with RotateTransition

Hi,

I'm using the HubTile in my windows 8.1 app.

I have a problem with the HubTile with rotateTransition.

This is my HubTile in xaml code:

<Grid.Resources>
            <DataTemplate x:Name="PrimaryContentHubTile">
                <StackPanel Orientation="Vertical">
                <TextBlock Text="The Value is:" Margin="10,20,0,0" Style="{StaticResource BaseTextBlockStyle}"></TextBlock>
                    <TextBlock Text="{Binding Value1}"  Margin="10,30,0,0" Style="{StaticResource BaseTextBlockStyle}"></TextBlock>
                </StackPanel>
            </DataTemplate>
        </Grid.Resources>


<Grid Grid.Column="0" Grid.Row="1">

<Grid.ColumnDefinitions>

<ColumnDefinition></ColumnDefinition>

<ColumnDefinition></ColumnDefinition>

</Grid.ColumnDefinitions>

<control:SfHubTile Grid.Column="0"

 HorizontalAlignment="Center"

 VerticalAlignment="Center"

 ContentTemplate="{StaticResource PrimaryContentHubTile}"

 Interval="0:0:4"

 Width="170"

 Height="170"

 Background="Green">

<control:SfHubTile.HubTileTransitions>

<shared:RotateTransition></shared:RotateTransition>

</control:SfHubTile.HubTileTransitions>

<control:SfHubTile.SecondaryContentTemplate>


<DataTemplate x:Name="SecondaryContentHubTile">

<StackPanel Orientation="Vertical">

<TextBlock Text="The Value is" Margin="10,20,0,0" Style="{StaticResource BaseTextBlockStyle}"></TextBlock>

<TextBlock Text="{Binding Value2}"  Margin="10,30,0,0" Style="{StaticResource BaseTextBlockStyle}"></TextBlock>

</StackPanel>

</DataTemplate>

</control:SfHubTile.SecondaryContentTemplate>

</control:SfHubTile>


The Hubtile works as I expect but the content of the primary side is showed

on the secondary side a little bit before of the second rotation.

Do you know why?

Is there anything of wrong in my configuration?

Thanks in advanced.

Daniele



1 Reply

SB Suresh B Syncfusion Team December 17, 2013 01:19 PM UTC

Hi Daniele,

Thank you using Syncfusion products. 
We are able to reproduce the issue "sfHubTile problem with RotateTransition". We have logged a bug report and fix for this issue will be available in our upcoming "SP release" .We Kindly request you to visit our website periodically for feature updates.

Please let us know if you have any further assistance.

Regards,
Suresh B

Loader.
Live Chat Icon For mobile
Up arrow icon