Page 1 of 1

Scroll Content only

PostPosted: 22 Dec 2016 01:43
by zsleo
How do I set scrolling for TinyMCE so that only the Content is scrolled and not the whole of TinyMCE

TIA

Re: Scroll Content only

PostPosted: 22 Dec 2016 17:13
by Alexander Bulei
Hi zsleo,

I have detected one issue with scrollable content, and already fixed it.
Also, I have added 2 new methods:

- ScrollContent(const APosition: Integer);
- AnimatedScrollContent(const APosition: Integer; const AAnimationSpeedMs: Integer = 400);

Thanks.

Best Regards.

Re: Scroll Content only

PostPosted: 22 Dec 2016 19:04
by zsleo
Thanks