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
For me, the most simple solution is to use Xamarin.Forms.Visual.Material Then in your XAML, in progress bar set HeightRequest property to what you want and use Visual property as Material.
HeightRequest
Visual