本文介绍了我想在c#中的富文本框中为空白行着色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在richtextbox中为文本的背景着色时,它不会对空白行着色,它只会对包含文本的行进行着色。

所以我想要的是,空白行也会变色。

when i color the background of the text in richtextbox it will not color the blank lines ,it will only color the line which contain text.
so i want that ,that blank lines also color.

推荐答案

这篇关于我想在c#中的富文本框中为空白行着色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 20:21