compact framework merge datagrid cells
i couldn't find nothing useful for开发者_StackOverflow社区 this problem
can anybody help me out
i'm using 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/
To summarize:
The DataGridView does not have any support for merging cells. 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
Microsoft
This post is provided "as-is"
精彩评论