winforms - Coloring backgorund of richtextbox line in C# -



i'm trying color specific line's background in richtextbox.
need line's background colored way end of right side of control.
tried using selectionbackcolor property, colors until end of line.
know of way this?
:)

mmm, believe cannot without custom painting, because said, rtf formatting format text if not have text ( chars or white spaces or tabs... ) cannot reach parts of control empty, unless change whole control background color...


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -