Search code examples
delphifiremonkey

How to change font size at StringGrid in FM2


How can I change font size in StringGrid in rad studio XE3 - FM2 Firemonkey 2 not firemonkey 1


Solution

  • StringGrid1.StyledSettings.Size := False;
    StringGrid1.TextSettings.Font.Size := 18;
    

    This works fine on FireMonkey XE6, But the script that you've reported, regarding the theader, does not work on XE6