English 中文(简体)
如何使用c#在数据网中分立或合并单元?
原标题:how to split or merge the cell in datagrid view using c#?

i 愿意将数据网格分成/合并成“玻璃窗”申请。 可在c#中查阅。

问题回答

《数据集》对合并囚室没有任何支持。 你们可以习惯地在囚室中涂料内容,但除了你必须做大量的工作和习惯编码,以生产合并的囚室。

目前,我并不完全理解你想要分裂和合并的东西。

但是,如果你想在一栏中显示几个东西(例如图像和一些文字)的构成,你可以查看建立一个习俗的NumericUpDown单元和Column。

不用使用NumicUpDown,你就不得不创建自己的用户目录,保存所有合并的数据,并以“NumericUpDown”代替你自己的控制。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签