Method | Description | |
---|---|---|
GetLimitItems ( double screenHeight, double screenWidth, int itemWidth, int minItemWidth, int itemHeight, int minItemHeight ) : int | ||
MakeResponsive ( |
Method | Description | |
---|---|---|
GetNumberOfColumns ( double screenWidth, int itemWidth, int minItemWidth ) : int | ||
GetNumberOfRows ( double screenHeight, int itemWidth, int minItemWidth ) : int |
public static GetLimitItems ( double screenHeight, double screenWidth, int itemWidth, int minItemWidth, int itemHeight, int minItemHeight ) : int | ||
screenHeight | double | |
screenWidth | double | |
itemWidth | int | |
minItemWidth | int | |
itemHeight | int | |
minItemHeight | int | |
return | int |
public static MakeResponsive ( |
||
e | ||
itemWidth | int | |
minItemWidth | int | |
gridView | ||
return | void |