Closed SuperJMN closed 7 years ago
@SuperJMN I am not sure of what you ask but is it not similar to a FlipView control? I mean, a FlipView control where each item has a custom template, by using a TemplateSelector.
A simple Pivot should also work
Personally think this is a very niche control and won't be commonly adopted in most UWP applications. As others suggest, there are alternatives that could work for the requirements.
I agree. Let's close it for now
I'm currently developing a UWP application.
Some interactions are driving along page-to-page flows that collect information from the user, having a "Continue" and a "Cancel" button. Usually, the last step performs an action after all the information is collection.
In short, the user navigates forward (and optionally back) providing the required information and, in the last step, an action is performed.
Usually, there's also a "pager" at the top/bottom that often consists of aligned circles that correspond to each steps in the process, with a different colors for both completed/remaining steps.
This is a sample control from Android:
Is there a control for this kind of flows?
Thank you.