Hello,
I have a horizontal SfStepProgressBar inside a SfCardView. I need to set the LayoutOption to Equal so the steps will show evenly distributed horizontally I am getting an exception "System.ArgumentException. Message=NaN is not a valid value for width". If the SfStepProgressBar is out side the SfCardView it works fine.
Any idea what is causing the exception?
<Grid>
<cardView:SfCardView >
<progressBar:SfStepProgressBar HorizontalOptions="Fill"
VerticalOptions="Center"
LayoutOption="Equal">
</progressBar:SfStepProgressBar>
</cardView:SfCardView>
</Grid>