Hi all,
We are making some custom control similar with EnrichedText.
But we want to scroll horizontally and vertically because it should zoomed in or out.
So we implement it by redraw all entire area whenever user touch & drag. It works fine but scrolling is very slow.
Is there any methods such as scrolling view's area and redraw new area only?
Thanks!