Forum Discussion

mike7660's avatar
12 years ago

Control of TcxMemo Scroll

This question is about the TestComplete TcxMemo object, that is used in User Forms.  It can be set to have scroll bars, so they can be manually scrolled.  But I haven't found any way to scroll them from a script.  I want to do an Autoscroll function, so they always display the last text added at the end of the TcxMemo.Lines.Text.  Is this possible?

Thanks MikeJ

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi Mike,



    While I am not sure whether it is possible to scroll TcxMemo programmatically (though this might be possible by sending commands via WinAPI), what if you add lines to the top, so that the text in the field is displayed in reverse order? Is this an option?