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

[Solved] Transitions not working for flipview control

1 Answer 107 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Subindev
Top achievements
Rank 1
Subindev asked on 04 Jul 2014, 11:12 AM
Hello,
I am using Flipview control to create a book reader application. I'm trying to achieve a page sliding animation with flipview transitions.
i tried all transition types in the list
But it is not working.
 <FlipView Grid.Column="0" Grid.Row="1"  x:Name="PDFViewer"  
                  VerticalAlignment="Stretch" HorizontalAlignment="Stretch" 
                  Height="Auto"  CompositeMode="SourceOver"
                  ItemsSource="{Binding ImageModels}"
                  SelectedItem="{Binding Path=SelectedItem, Mode=TwoWay, ElementName=PreviewGrid}"
                  SelectionChanged="PDFViewer_SelectionChanged"
                  UseTouchAnimationsForAllNavigation="True"
ScrollViewer.HorizontalScrollBarVisibility="Auto"
ScrollViewer.VerticalScrollBarVisibility="Disabled"
ScrollViewer.HorizontalScrollMode="Enabled"
ScrollViewer.VerticalScrollMode="Disabled" 
ScrollViewer.ZoomMode="Enabled" >
                <FlipView.Transitions>
                    <TransitionCollection>
                        <ContentThemeTransition/>
                        <PaneThemeTransition/>
                    </TransitionCollection>
                </FlipView.Transitions>
</FlipView>
Any suggestions ?

1 Answer, 1 is accepted

Sort by
0
Accepted
Rosy Topchiyska
Telerik team
answered on 09 Jul 2014, 08:20 AM
Hello,

Thank you for writing.

Unfortunately, we can not give you a proper solution, since your question is outside the scope of our controls. We suggest that you post your question in another forum like Stack Overflow or MSDN Forums where the broad community can help you.

Please, do not hesitate to contact us if you have any question related to our products.

Regards,
Rosy Topchiyska
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Subindev
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Share this question
or