Automatic row height adjusting
IT Graph
France
Hello,
I am using Fastreport 4.9.
I have a problem displaying multiple lines row.
In a MasterData, I use some MemoViews a background color and separator colored lines.
But in some case, I can have cells containt 20 lines and other only one.
Sure, I can size the rows to have the capability to contains the 20 lines, but it is a little bit too big to dispaly aonly one line.
I also try with changing the strech mode but it only act on the concern MemoView not all the line.
have you an idea ?
I am using Fastreport 4.9.
I have a problem displaying multiple lines row.
In a MasterData, I use some MemoViews a background color and separator colored lines.
But in some case, I can have cells containt 20 lines and other only one.
Sure, I can size the rows to have the capability to contains the 20 lines, but it is a little bit too big to dispaly aonly one line.
I also try with changing the strech mode but it only act on the concern MemoView not all the line.
have you an idea ?
Comments
I tried but it don't change anything.
I set this options:
MasterData.Strech := true;
MemoView.StrechMode := smMaxHeight;
or
MemoView.StrechMode := smActualHeight;