How do I change the height of a Xamarin Forms ProgressBar in code? Am using Xamarin Forms V2.1.
ProgressBar
.HeightRequest and .MinimumHeightRequ
.HeightRequest
.MinimumHeightRequ
@BillF is correct basically
In the iOS renderer code try using
this.Control.Transform = transform;
instead of
this.Transform = transform;