Home

Awesome

Xamarin.Forms.StepProgressBar

Add a step rogress bar in your Xamarin.Forms project.

Square control Based on StepBar by CrossGeeks (https://github.com/CrossGeeks/StepBar).

You can choose between a square or circular control.

This is the component, works on iOS, Android and UWP.

NuGet

NameInfo
Xamarin.Forms.StepProgressBarNuGet

Platform Support

MultiSelectListView is a .NET Standard 2.0 library.Its only dependency is the Xamarin.Forms

Setup / Usage

Does not require additional configuration. Just install the package in the shared project and use.

You just need to add the reference in your xaml file.

  xmlns:control="clr-namespace:Xamarin.Forms.StepProgressBar;assembly=Xamarin.Forms.StepProgressBar"

Control


  <control:StepProgressBar x:Name="stepbar1" Margin="60,0,60,0" StepCanTouch = "true" 
               StepColor="Red"  Steps="{Binding Steps}" StepSelected="{Binding Step}" IsCircle= "true" />

Available properties

The complete example can be downloaded here: https://github.com/TBertuzzi/Xamarin.Forms.StepProgressBar/tree/master/StepProgressBarSample