Languages

Menu
Sites
Language
Scrolling horizontally and vertically in custom control.

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!

Responses

3 Replies
kimi

HI,

Check this article. This might give u an idea https://developer.tizen.org/documentation/articles/horizontal-scroll-panel.

 

Kimi.

KonYoung Lee

Thanks,

But it can scroll horizontal only.

We need to scroll horizontally & vertically.

kimi

HI

Check the UiControls sample application distributed with the SDK.

 

Kimi.