To disable the gutter in TTMSFMXMemo

Hello,


is there a property to disable the gutter in the component TTMSFMXMemo ?


I found a solution. In the OnFormShow-Event of the form I disable the style of the gutter with this line of code :


FMXM_Notes.StylesData['gutter.visible'] := False;