gn:act_scrollTo
- Description
- Action used to execute automatic scrolling to a certain widget on screen.
- Action returns
- void
Action signatures
Scroll to widget
[gn:act_scrollTo]|[targetContainer,target]
Parameter Description targetContainer
widget which contain target - Valid widgets:
target
target which will be displayed on the screen after scroll is executed
Example
@+id/scrollData
- ScrollView@+id/screen4_readMeterValue
- widget
- ⤷
[gn:act_scrollTo]|[@+id/scrollData,@+id/screen4_readMeterValue]
- ⤷