ui_scroll_view.h

Overview

Related Modules:

Graphic

Description:

Declares a view group that allows its child views to be displayed as scroll events occur.

Since:

1.0

Version:

1.0

Summary

Data Structures

Data Structure Name Description
OHOS::UIScrollView Supports horizontal or vertical scroll of child views. This class is inherited from UIAbstractScroll.
OHOS::UIScrollView::OnScrollListener Represents a listener that contains a callback to be invoked upon scroll state changes. The state can either be SCROLL_STATE_STOP or SCROLL_STATE_MOVE.