Press on the image to return to the main documentation page.
TabStripViewPager
List of types:
TabStrip
TabStrip
Events:
PageSelected (Position As Int)
Members:
CurrentPage
As
Int
[read
only]
DesignerCreateView
(
base
As
PanelWrapper
,
lw
As
LabelWrapper
,
props
As
Map
)
LoadLayout
(
LayoutFile
As
String
,
TabText
As
CharSequence
)
ScrollTo
(
PagePosition
As
Int
,
SmoothScroll
As
Boolean
)
Members description:
CurrentPage
As
Int
[read
only]
Gets the current page index.
DesignerCreateView
(
base
As
PanelWrapper
,
lw
As
LabelWrapper
,
props
As
Map
)
LoadLayout
(
LayoutFile
As
String
,
TabText
As
CharSequence
)
ScrollTo
(
PagePosition
As
Int
,
SmoothScroll
As
Boolean
)
Scrolls to the specified page.
Top