Hide Gutter FMXMemo

hi,

i using FMXMemo for my android reporting and export it.
but how to hide gutter,
i can't find property / procedure to hide it.
i test this but not work
  TMSFMXMemo1.Gutter := nil;

thanks

Hi, 


You can set the gutter visibility with the following code:

  TMSFMXMemo1.GetGutter.Visible := False;

Kind Regards, 
Pieter