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?
Last edited by krtxmrtz; Mar 16th, 2009 at 12:43 PM.
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)
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!?
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)
I tried to play around with the mergecells and mergecol property to no avail.
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)
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.
Edit: btw, MergCells is a property rather than a method, isn't it?
Last edited by krtxmrtz; Mar 16th, 2009 at 01:01 PM.
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)