Метод | Описание | |
---|---|---|
HandleSizeUpdate ( float width ) : void | ||
RefreshTiles ( ) : void |
Метод | Описание | |
---|---|---|
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. |
Метод | Описание | |
---|---|---|
CalculateButtonsPerRow ( float width ) : int | ||
PushNewRow ( ) : void |
public HandleSizeUpdate ( float width ) : void | ||
width | float | |
Результат | void |
protected abstract LoadTiles ( |
||
cancellationToken | ||
Результат | Task |
protected LoadableDataTileView ( ILogger log, string displayName ) : System | ||
log | ILogger | |
displayName | string | |
Результат | System |