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

TransControl constantly reloads

1 Answer 40 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
Ramjet
Top achievements
Rank 1
Ramjet asked on 06 Sep 2011, 11:45 PM
I am not sure if I missed it but I am unable to find any property or setting where I can keep the Transition Control pages from reloading. For example I have the control load with three web browsers. I do a Google search in one of them, switch to another one, come back to the Google page and my search results are gone as the control has reloaded. If this is by design I'll need to come up with another solution as I was wanting to use the Transition control for pages (and I could have anything on those pages from a win32 wrapped exe to web browser to pure wpf controls) that stay active until closed.

TIA
JB

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 08 Sep 2011, 01:17 PM
Hi John,

 The TransitionControl is just a ContentControl and its only purpose is to add nice transition effects between the contents. In order to save your content you need to implement this yourself. What I would suggest you is to create instances of all your pages and just switch them instead of loading them every time.

Hope this helps.

Best wishes,
Miroslav Nedyalkov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
TransitionControl
Asked by
Ramjet
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or