Move Line as memo expands
In a footer (TfrxFooter) I have a TfrxMemoView which has StretchMode set to smActualHeight.
For display purposes, I have a line (TfrxLineView) which I've also placed in the footer underneath this memo.
How can I force the line to move down the page in relation to the change in height of the memo? Do I maybe need to organise some other containers in the footer perhaps and use the Align property somehow? There are 3 of these lines in different positions under this memo, so they would all need to move in relation to the height of the memo as it expands.
I hope I am clear.
Thanks
For display purposes, I have a line (TfrxLineView) which I've also placed in the footer underneath this memo.
How can I force the line to move down the page in relation to the change in height of the memo? Do I maybe need to organise some other containers in the footer perhaps and use the Align property somehow? There are 3 of these lines in different positions under this memo, so they would all need to move in relation to the height of the memo as it expands.
I hope I am clear.
Thanks
Comments