syncfusion-maui-step-progressbar

Implement and customize multi-step progress bars in .NET MAUI apps.

60|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-step-progressbar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: syncfusion-maui-step-progressbar
Source: https://github.com/syncfusion/maui-ui-components-skills/tree/main/skills/syncfusion-maui-step-progressbar
Command: npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-step-progressbar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Step progress indicators are essential for guiding users through multi-step MAUI workflows, showing progression and statuses across complex forms and onboarding processes.

Core Features & Use Cases

  • StepProgressBar supports multiple steps with states: Completed, In Progress, and Not Started.
  • Orientation & Layout supports Horizontal and Vertical arrangements with flexible LabelPosition and per-step content types (Numbering, Tick, Cross, Dot).
  • Accessibility & Internationalization includes screen reader support and RTL layouts; tooltips and templates are available.
  • Use cases include order tracking, multi-step registrations, checkout flows, onboarding tutorials, and setup wizards.

Quick Start

Install the Syncfusion.Maui.ProgressBar package, bind SfStepProgressBar to a StepProgressBarItem collection, and set ActiveStepIndex to begin guiding users through steps.

Frequently Asked Questions about syncfusion-maui-step-progressbar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a multi-step progress bar in .NET MAUI for checkout flows?

You can build a multi-step progress bar in .NET MAUI by installing the Syncfusion.Maui.ProgressBar package, binding SfStepProgressBar to a StepProgressBarItem collection, and setting ActiveStepIndex to navigate checkout sequences.

What step states does a MAUI step progress bar support for order tracking?

A MAUI step progress bar supports three primary step states for order tracking: Completed, In Progress, and Not Started. These states help visualize the exact progression status across multi-step workflows.

Can I display a vertical step progress indicator for onboarding workflows in MAUI?

Yes, you can display a vertical step progress indicator for MAUI onboarding workflows. The StepProgressBar supports both horizontal and vertical orientations with flexible LabelPosition and per-step content types.

Does the .NET MAUI StepProgressBar support RTL layouts and screen reader accessibility?

Yes, the .NET MAUI StepProgressBar supports RTL layouts and screen reader accessibility. It includes built-in internationalization features and tooltips to ensure multi-step workflows are accessible to all users.

What content types can I use for individual steps in a MAUI multi-step form?

You can use Numbering, Tick, Cross, and Dot content types for individual steps in a MAUI multi-step form. These per-step content types integrate with templating options to customize the visual progression indicator.