When using TAdvMemo and adding a long text which needs horizontal scrollbars, the scrollbars are not visible after the following code:
AdvMemo1->Lines->Text = 'LONG TEXT';
Do I need to call some kind of formatting or component refresh after adding text?