Using C# How can I show a document in richtextbox without scrollbars, But I need like a bestfit mode? I mean what we are seeing like a preview.
使用C#如何在没有滚动条的richtextbox中显示文档,但我需要一个最好的模式?我的意思是我们看到的预览。
1 个解决方案
#1
If you set the Multiline property to true, the contents should word wrap. That will take care of your horizontal scroll bars.
如果将Multiline属性设置为true,则内容应自动换行。这将照顾你的水平滚动条。
#1
If you set the Multiline property to true, the contents should word wrap. That will take care of your horizontal scroll bars.
如果将Multiline属性设置为true,则内容应自动换行。这将照顾你的水平滚动条。