Hi, I'm using the Scintilla.NET control in an in-house utility application, and was wondering if there was a way to have it display line numbers? That would be really handy when there are compiler errors.
Logged In: NO
Use: ScinCtrl.SetMarginWidthN(0, 30) ScinCtrl.SetMarginTypeN(0, 1)
Log in to post a comment.
Logged In: NO
Use:
ScinCtrl.SetMarginWidthN(0, 30)
ScinCtrl.SetMarginTypeN(0, 1)