Method | Description | |
---|---|---|
HandleSizeUpdate ( float width ) : void | ||
RefreshTiles ( ) : void |
Method | Description | |
---|---|---|
ClearTiles ( ) : void | ||
LoadTiles ( |
||
LoadableDataTileView ( ILogger log, string displayName ) : System | ||
OnBoundsChanged ( ) : void |
Raises the bounds changed event. Override OnBoundsChanged to handle the event internally and call the base Xwt.Widget.OnBoundsChanged to finally raise the event. The event will be enabled in the backend automatically, if Xwt.Widget.OnBoundsChanged is overridden. |
Method | Description | |
---|---|---|
CalculateButtonsPerRow ( float width ) : int | ||
PushNewRow ( ) : void |
public HandleSizeUpdate ( float width ) : void | ||
width | float | |
return | void |
protected abstract LoadTiles ( |
||
cancellationToken | ||
return | Task |
protected LoadableDataTileView ( ILogger log, string displayName ) : System | ||
log | ILogger | |
displayName | string | |
return | System |