nav-title | title | description |
---|---|---|
Class ui/panels/grid-panel |
Class ui/panels/grid-panel |
Class ui/panels/grid-panel |
// To import the "ui/panels/grid-panel" module:
var uipanelsgrid_panel = require("ui/panels/grid-panel");
Class | Description |
---|---|
GridUnitType | GridUnitType enum is used to indicate what kind of value the GridLength is holding. |
GridLength | GridLength is the type used for various length-like properties in the system, |
that explicitely support Star unit type. For example, "Width", "Height" | |
properties of ColumnDefinition and RowDefinition used by GridPanel | |
ColumnDefinition | Defines column-specific properties that apply to GridPanel elements. |
RowDefinition | Defines row-specific properties that apply to GridPanel elements. |
GridPanel | Defines a flexible grid area that consists of columns and rows. |
Object | Description |
---|---|
Options | |
IRowDefinition | |
IColumnDefinition |