언어 설정

Menu
Sites
Language
Web control scrolling

Hi

 

How i can handle scroll actions in Web control? I have Web control and i need handle action of scroll is bottom.

Responses

1 댓글
Alex Dem

Hi,
There is IScrollEventListener interface in Tizen but it is not applicable for Web control. All controls that could use this interface are listed here:
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.apireference/classTizen_1_1Ui_1_1Controls_1_1IScrollEventListener.html
Looks like that for Web control you are able to use these methods only:
SetScrollEnabled ,IsScrollEnabled, SetScrollPosition, ScrollBy ,ScrollTo
Alexey.