xamarin/SignaturePad

Signature Pad HeightRequest not working?

J3nova1628 opened this issue · 0 comments

Description

Setting the HeightRequest does not seem to be working, I have it set at 150 but it still looks small. Its either too small or too big depending on the values. Is there a better way to do this?

Code

<controls:SignaturePadView x:Name="signatureView2" StrokeWidth="2" StrokeColor="Black" BackgroundColor="White" WidthRequest="600" HeightRequest="50"/>

.