enisn / Xamarin.Forms.InputKit

CheckBox, Radio Button, Labeled Slider, Dropdowns etc.
MIT License
579 stars 98 forks source link

How to control the height of Dropdown and Advanced Entry on iOS. #361

Open Nerves82 opened 7 months ago

Nerves82 commented 7 months ago

I am using a drop-down within a grid. By default the actual field part of the control is pretty small, like maybe 28 or 30 high. I would like to figure out how to make it larger. The only work around I have found thus far is to increase the text size, but then I have huge text for the entry. Is there a way to do this?

Default

Screenshot 2023-12-07 at 16 15 26 Screenshot 2023-12-07 at 16 09 34

Using font size to make it bigger

Screenshot 2023-12-07 at 16 18 28 Screenshot 2023-12-07 at 16 18 18

Default and controlling height with grid rows

Screenshot 2023-12-07 at 16 31 11 Screenshot 2023-12-07 at 16 31 01