How to change the Font size of Native Dropdown

0
I tried changing the fontSize of native Dropdown for my mobile app. The size just does not change. Is there some property that I am missing? Can someone help me on this. I tried this link: https://docs.mendix.com/refguide/native-styling-refguide Tried all the properties in Drop Down Menu. It just does not change.   Any help would be appreciated.
asked
1 answers
3

I finally figured it out myself.

In case any one has the same issue, go to:

https://docs.mendix.com/refguide/native-styling-refguide

 

There under Drop-Down properties see the property “useUniformDesign”

If you set “useUniformDesign:true” in your class then you can easily style fontSize etc for DropDowns.

 

Hope this helps someone.

answered