开发者

How do I ensure a textbox column in a DataGridView shows in multiline / wordwrap mode?

开发者 https://www.devze.com 2022-12-30 14:44 出处:网络
How do I show textbox column of a datagridview in multiline format us开发者_运维百科ing vb.net?You have to set the WrapMode property of the DefaultCellStyle property of your DataGridViewTextBoxColumn.

How do I show textbox column of a datagridview in multiline format us开发者_运维百科ing vb.net?


You have to set the WrapMode property of the DefaultCellStyle property of your DataGridViewTextBoxColumn.

See here for details:
http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstyle.wrapmode.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消