Forum > LCL

TSynEdit - can't hide gutter

(1/1)

Dibo:
Hi,

Can I somehow hide left silver border with line numbers? Is called gutter? Because when I change Gutter.Visible property to False, it is still visible. I want to make it look like TMemo/TRichEdit.

Regards.

Martin_fr:
Well you have discovered a bug there.

but in the meantime:

Gutter.Autosize := False;
Gutter.Size := 0;

Dibo:
Thanks! Is it a well-known bug? Because I can't find it in bugtracker. Should I post it?

Martin_fr:
INo it wasn't well known, newly discovered by you.

Yes, you can post it.

Navigation

[0] Message Index

Go to full version