c# - Avalonedit: Use line tab instead of paragraph tab? -
i'm writing basic word processing program, , i'm using avalonedit because it's easy use , handles large volumes of text more efficiently built-in wpf controls.
one of issues i'm running when tab or space @ beginning of paragraph, entire paragraph indented, rather line on.
is there way change in avalonedit?
you can set texteditor.options.inheritwordwrapindentation = false;
Comments
Post a Comment