C# Class Scroller.VirtualZone

Inheritance: IHighlightableElement
Mostra file Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
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

Method Details

BeginHighlight() public method

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

EndHighlight() public method

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

SelectElement() public method

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
return HighlightModel.ScrollingDirective

UpdateChild() public method

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

VirtualZone() public method

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

VirtualZone() public method

public VirtualZone ( IHighlightableElement element ) : System
element IHighlightableElement
return System