How to pass data between transitions #2674
-
I'm developing a app with transitions. Is there some way to pass data between transitions? I'm using UserControl as slides. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes, it's possible. You can make your own logic to pass data between transitions. For example call some configure method on click Next. Data object may be always in root view model, change it on next/back |
Beta Was this translation helpful? Give feedback.
-
@alxmath This library is design-focused, so logic related questions are almost always out-of-scope. As @Erapchu says, you'll have to program this yourself as there's no builtin support for this. For examples on how to achieve this, you could look at the repository of @Keboo at https://github.com/Keboo/MaterialDesignInXaml.Examples/tree/master/Transitioner |
Beta Was this translation helpful? Give feedback.
@alxmath This library is design-focused, so logic related questions are almost always out-of-scope. As @Erapchu says, you'll have to program this yourself as there's no builtin support for this.
For examples on how to achieve this, you could look at the repository of @Keboo at https://github.com/Keboo/MaterialDesignInXaml.Examples/tree/master/Transitioner