Материал из Module developer
List.ScrollByIndex
Scroll the list to the item with the indicated index
Синтаксис
List.ScrollByIndex(Index)
| Название | Пример | Описание |
| Index | 1 | type: Number item positon |
| На выходе |
-
Пример
var l_oList = module.GetPopup("Popup 1").GetItem("list"); //getting the list object l_oList.ScrollByIndex(4);
