xamarin.forms - Font size in Picker control in xamarin forms -


i surprised see picker control not have font size property set font size. had need set font size picker control. kindly suggest how set font size?

the underlaying scrollable xamarin.form picker list handled native controls such ios uipickerview, android's datepicker|timepicker, ... , access these controls internal pickerrender class.

you can create custom renderers each of targeted platforms , create custom views each of them.

example:

on ios need create custom uipickerview class , override viewfor method , return uilabel each row has custom font attributes assigned.

on android, create standard picker, datepicker, , findviewbyid access various edittexts make picker , assign textsize property each custom font size.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -