Page 1 of 1

Vertical scrollbar

PostPosted: 11 Oct 2017 13:38
by etwoss
Hi

Having a tabs, with on the second tabsheet a MemoEx.
I will the Lines property manually.
The text added is much longer than the memo.
But i dont get a vertical scrollbar.

What can i change to get this working?

Eric

Re: Vertical scrollbar

PostPosted: 12 Oct 2017 09:33
by Alexander Bulei
Hi Eric,

Call the Update method after the setting:

Code: Select all
IWCGJQMemoEx1.JQMemoExOptions.Update;


Best Regards.