UITableView.ScrollToRow 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 행이 필요한 위치에 나타날 때까지 테이블 뷰를 자동으로 스크롤합니다.
[Foundation.Export("scrollToRowAtIndexPath:atScrollPosition:animated:")]
public virtual void ScrollToRow (Foundation.NSIndexPath indexPath, UIKit.UITableViewScrollPosition atScrollPosition, bool animated);
abstract member ScrollToRow : Foundation.NSIndexPath * UIKit.UITableViewScrollPosition * bool -> unit
override this.ScrollToRow : Foundation.NSIndexPath * UIKit.UITableViewScrollPosition * bool -> unit
매개 변수
- indexPath
- NSIndexPath
가 표시 atScrollPosition
되어야 하는 행을 식별합니다. 를 전달 NotFound 하여 행이 0인 섹션으로 스크롤할 수 있습니다.
- atScrollPosition
- UITableViewScrollPosition
스크롤이 완료되면 대상 행(예: 위쪽, 가운데, 아래쪽)이 나타날 위치입니다.
- animated
- Boolean
true
테이블 뷰가 새 위치로 바로 이동해야 하는 경우 스크롤 false
에 애니메이션 효과를 주려면 입니다.
- 특성
설명
이 메서드를 호출해도 일반적으로 프로그래밍 방식으로 호출된 UI 작업 후에 발생하는 가 트리거 Scrolled(UIScrollView)되지 않습니다.