DataGridView备注字段的缩放框? [英] Zoombox for DataGridView memo field?

查看:82
本文介绍了DataGridView备注字段的缩放框?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以放大数据网格视图单元格,或将其放入富文本格式项目进行编辑,然后当它们关闭它时会更新gridview文本框。

Is it possible to zoom into a datagridview cell, or place it into a richtext like item for edit and then when they close it it updates the gridview textbox.

I在网格中有一个带有注释的文本框。我希望将其整理成一个完整的阅读和编辑文本视图。

I have a textbox with notes in it in a grid. I was hoping to pop that out into a complete view of the text for reading and editing.

推荐答案

我建议绑定。

YourDGV.DataSource = YourBindingSource
YourRTBCtrl.DataBindings.Add("text", YourBindingSource, "ColumnName")


这篇关于DataGridView备注字段的缩放框?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆