f.Content().Scroll.offset

f.Content(fid, sectorSUID).Scroll.offset

개요

현재 스크롤의 위치 offset을 설정하거나 가져옵니다.

예시

//그룹 혹은 레이아웃 기준
let currentOffset = f.Content("그룹/레이아웃 아이디").Scroll.offset 
f.Content("그룹/레이아웃 아이디").Scroll.offset  = 200

Last updated