开发者

Merge cell in datagridview in winform using c#?

开发者 https://www.devze.com 2022-12-10 15:04 出处:网络
I have to create a scheduler for my projects. For different time slots I have to show related information so there is a need to merge cells of datagridview开发者_如何学Python.

I have to create a scheduler for my projects.

For different time slots I have to show related information so there is a need to merge cells of datagridview开发者_如何学Python.

Is there any third party tool avalable for this or I have to paint each required set of cells.


The only way to merge cells with the datagridview control is to use custom painting.

I'm not aware of any third party control libraries that have this functionality, but a good place to start looking would be the Telerik controls - their WinForms Grid Control looks like it supports cell merging, though I haven't used it.

0

精彩评论

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