About extra space on the left of the editor

SyntaxEditor for Windows Forms Forum

Posted 14 years ago by Yuenho Leung
Avatar
Hi,

I have the following code to initialize a syntax editor:

Me.tbFormula.Name = "tbFormula"
Me.tbFormula.Size = New System.Drawing.Size(586, 80)
Me.tbFormula.TabIndex = 0
Me.tbFormula.ScrollBarType = ActiproSoftware.SyntaxEditor.ScrollBarType.Both
Me.tbFormula.IndicatorMarginVisible = False

The problem is, even though I set Me.tbFormula.IndicatorMarginVisible = False, the text on the editor doesn't show all the way to the left. What is another property I need to set?
Thanks
Yuenho

[Modified at 04/01/2010 09:35 PM]

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Yuenho,

There are several margins showing. You would want to hide the selection margin and outlining margin too. Then it should align left.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.