In a mshflexgrid I want to merge columns, i.e. all row cells to make 1 single column but only in some specific rows. Is this possible?
Printable View
In a mshflexgrid I want to merge columns, i.e. all row cells to make 1 single column but only in some specific rows. Is this possible?
This is more or less what I'm trying to do. It's about displaying some information for the user to check but it is not to be edited. Perhaps some other control is more appropriate!?
I tried to play around with the mergecells and mergecol property to no avail.
Set the MergeRow property of the yellow and green rows to True.
Call the MergeCells method using flexMergeRestrictRows or flexMergeFree
Thanks, I've no time to implement your suggestion right now but I'll try it out some time later on. For now I'll just remove "Unresolved" from the thread title, which was there to draw someone's attention.Quote:
Originally Posted by brucevde
Edit: btw, MergCells is a property rather than a method, isn't it?
I could just test it and works nicely, thanks. :thumb: