Skip to content

GridExtensions

Namespace: Hex1b

Assembly: Hex1b.dll

Extension methods for creating instances using the fluent builder API.

csharp
public static class GridExtensions

Inheritance

ObjectGridExtensions

Methods

Grid<TParent>(WidgetContext<TParent>, Func<GridContext, GridCellWidget[]>)

Creates a grid layout where cells are positioned explicitly using row/column indices.

Parameters:

Returns: GridWidget

A configured .

csharp
public static GridWidget Grid<TParent>(this WidgetContext<TParent> ctx, Func<GridContext, GridCellWidget[]> builder) where TParent : Hex1bWidget

Released under the MIT License.