简体   繁体   中英

Merge cell in datagridview in winform using c#?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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