efl/src/lib/elementary/efl_ui_grid.eo

12 lines
312 B
Plaintext

class @beta Efl.Ui.Grid extends Efl.Ui.Collection
{
[[A scrollable grid of @Efl.Ui.Item objects.
@Efl.Ui.Grid supports group items. Group items are displayed in the top of the viewport, if items of the group are in the viewport.
]]
data: null;
implements {
Efl.Object.constructor;
}
}