ListBox.FontSize
From Xojo Documentation
Property (As Single )
aListBox.FontSize = newSingleValue
or
SingleValue = aListBox.FontSize
New in 2019r2
Supported for all project types and targets.
or
SingleValue = aListBox.FontSize
New in 2019r2
Supported for all project types and targets.
Size of the font used to display text.
Notes
If you enter zero as the FontSize, your app will use the font size that works best for the platform on which it is running.
Sample Code
This code sets the font size to 16.
Me.FontSize = 16