设置 RichTextBox 中 ListViewItems 的格式
如何以编程方式将 ListView
中的项目添加到 RichTextBox
中?
例如,在下面显示的图中,我希望指定列中的 ListViewItem
实例显示在 RichTextBox
中,并且希望将它们格式化为表格。我怎样才能做到这一点?
在下图中,我将值输入到 RichTextBox
中。
How can add items from a ListView
to a RichTextBox
programmatically?
For example in this image shown below, I want the ListViewItem
instances from specified columns to be shown in a RichTextBox
and I want them to be formatted as a table. How can I do that?
In the image below, I typed the values into the RichTextBox
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个
已更新
try this
Updated