public interface IListViewCell
IListViewCell
is implemented by all native templates.
It contains helper methods which will be replaced after cross compilation. Clients can not overwrite this methods in desired templates.
Modifier and Type | Method and Description |
---|---|
void |
buildUI(int width)
Builds the grid gridlayout on Android.
|
int |
getCellHeight()
To get the height for a desired cell on iOS.
|
int |
getNativeUIElement()
To access the native element on iOS.
|