Method | Description | |
---|---|---|
CalcColumns ( ) : int | ||
CalcRect ( int itemIdx, float yOffset ) : |
||
CalcRows ( int itemCount ) : int | ||
GetMaxVisibleItems ( float height ) : int | ||
InitNumRowsAndColumns ( int itemCount, int maxNumRows ) : void | ||
IsVisibleInScrollView ( float scrollViewHeight, float scrollPos, float gridStartY, int maxIndex, int &startIndex, int &endIndex ) : bool | ||
ToString ( ) : string |
public CalcRect ( int itemIdx, float yOffset ) : |
||
itemIdx | int | |
yOffset | float | |
return |
public GetMaxVisibleItems ( float height ) : int | ||
height | float | |
return | int |
public InitNumRowsAndColumns ( int itemCount, int maxNumRows ) : void | ||
itemCount | int | |
maxNumRows | int | |
return | void |
public IsVisibleInScrollView ( float scrollViewHeight, float scrollPos, float gridStartY, int maxIndex, int &startIndex, int &endIndex ) : bool | ||
scrollViewHeight | float | |
scrollPos | float | |
gridStartY | float | |
maxIndex | int | |
startIndex | int | |
endIndex | int | |
return | bool |