在 RichtextBox WPF 中设置文本格式
我尝试在 richTextBox 中格式化文本,就像在 Skype 聊天中一样。
1.column-"Nick" 2.column-"Text of Messange" 3.column-"DateTime"
我想要所有 1. 列最大左侧和 3. 列最大右侧。
我该怎么做最好的方法是什么?我正在使用 WPF。
I try formatting text in richTextBox, something like in skype chat.
1.column-"Nick" 2.column-"Text of Messange" 3.column-"DateTime"
I want alling 1. column max left and 3. column max right.
What is the best way how can I do it? I am using WPF.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的解决方案:
简单的解决方案是创建 Table 对象并添加到 richtextbox 块中,如下所示:
My solution:
Simple solution is create Table object and add to blocks of richtextbox, somothing like this: