I'm working with .net maui 8 in a mobile App and the last feature i'm working is the disable of the autofont scaling in all app because when a user set the font size higher in the accesibility settings the app doesn't react very well, so i'm disabling these feature for now in all present components but i'm can't edit certains components of telerik like ComboBox (i used a control template for this) and now the DatePicker in need to set this property on the Selector of the popup, i can fix this feature in all parts of the component except this.
This is how the date picker is showed in iOS.
I know i can edit the display label, the place holder, popup header label, the footer, the buttons, but what about the content of the popup?, i only want to set some font/text properties and i don't know how to accomplish this and i don't find any of documentation about this part.
This is how the date picker is showed in iOS.
I know i can edit the display label, the place holder, popup header label, the footer, the buttons, but what about the content of the popup?, i only want to set some font/text properties and i don't know how to accomplish this and i don't find any of documentation about this part.