C# 클래스 Scroller.VirtualZone

상속: IHighlightableElement
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
UpdateChild ( IHighlightableElement oldChild, IHighlightableElement newChild ) : void

Update a child reference with a new one

VirtualZone ( ICKReadOnlyList elements, int start, int length ) : System
VirtualZone ( IHighlightableElement element ) : System

메소드 상세

BeginHighlight() 공개 메소드

public BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
beginScrollingInfo HighlightModel.BeginScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
리턴 HighlightModel.ScrollingDirective

EndHighlight() 공개 메소드

public EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
endScrollingInfo HighlightModel.EndScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
리턴 HighlightModel.ScrollingDirective

SelectElement() 공개 메소드

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
리턴 HighlightModel.ScrollingDirective

UpdateChild() 공개 메소드

Update a child reference with a new one
public UpdateChild ( IHighlightableElement oldChild, IHighlightableElement newChild ) : void
oldChild IHighlightableElement
newChild IHighlightableElement
리턴 void

VirtualZone() 공개 메소드

public VirtualZone ( ICKReadOnlyList elements, int start, int length ) : System
elements ICKReadOnlyList
start int
length int
리턴 System

VirtualZone() 공개 메소드

public VirtualZone ( IHighlightableElement element ) : System
element IHighlightableElement
리턴 System