Hello,
I have a TMemo used to display a log that grows because of a ongoing background process. I would like to make sure last line appended is always visible, I was thinking to programmatically set the position of the vscrollbar to max but I don't find a way to do that, so probably my idea isn't working.
How can I get this working?