AutoResizeFont

Typeproperty
Dictionarywidget.datepicker
LibraryDate Picker
Syntax
set the autoResizeFont of widget to {true | false}
get the autoResizeFont of widget
Associationscom.livecode.widget.datepicker
Summary

The font size will be adjusted automatically, to take up the most space.

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Example
set the autoResizeFont of widget "Date Picker" to true
RelatedProperty: AutoResizeFont, dayNames, headerColor, hiliteStyle, monthNames, mouseOverColor, namesToUse, padDates, paddingColor, selectedDate, showGrid, weekStartsOn
Message: dateChanged
Description

Use the autoResizeFont property to make the size of the texts in the calendar take up as much space as possible. If this property is set to true, it overrides the value of the textSize property.