简体   繁体   English

紧凑框架合并数据网格单元

[英]compact framework merge datagrid cells

i couldn't find nothing useful for this problem 我找不到对这个问题有用的东西

can anybody help me out 有人可以帮我吗

i'm using c# 我正在使用C#

The compact framework is very limited. 紧凑的框架非常有限。 Consider yourself luck it has cells at all. 考虑一下自己的运气,它根本没有细胞。 No merging available. 没有可用的合并。

See http://social.msdn.microsoft.com/forums/en-US/winformsdatacontrols/thread/fea3dcff-5447-450a-8f7c-bb1c4f63371d/ 请参阅http://social.msdn.microsoft.com/forums/zh-CN/winformsdatacontrols/thread/fea3dcff-5447-450a-8f7c-bb1c4f63371d/

To summarize: 总结一下:

The DataGridView does not have any support for merging cells. DataGridView不支持任何合并单元格。 You can custom paint content across cells, but apart from that you would have to do a lot of work and custom coding to produce merged editable cells. 您可以自定义跨单元的绘画内容,但除此之外,您还必须做大量工作和自定义编码才能生成合并的可编辑单元。
-mark -标记
DataGridView Program Manager DataGridView程序管理器
Microsoft 微软
This post is provided "as-is" 此帖子按“原样”提供

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM