C# 클래스 SoftwareKobo.UniversalToolkit.Extensions.ListViewBaseExtensions

파일 보기 프로젝트 열기: h82258652/SoftwareKobo.UniversalToolkit

공개 메소드들

메소드 설명
ScrollIntoViewSmoothly ( this listViewBase, object item ) : void
ScrollIntoViewSmoothly ( this listViewBase, object item, ScrollIntoViewAlignment alignment ) : void

메소드 상세

ScrollIntoViewSmoothly() 공개 정적인 메소드

public static ScrollIntoViewSmoothly ( this listViewBase, object item ) : void
listViewBase this
item object
리턴 void

ScrollIntoViewSmoothly() 공개 정적인 메소드

public static ScrollIntoViewSmoothly ( this listViewBase, object item, ScrollIntoViewAlignment alignment ) : void
listViewBase this
item object
alignment ScrollIntoViewAlignment
리턴 void