Class NuiGroup
A group, usually with a border and some padding, holding a single element. Can scroll.
Will not advise parent of size, so you need to let it fill a span (col/row) as if it was a element.
public sealed class NuiGroup : NuiLayout
- Inheritance
-
NuiGroup
- Inherited Members
- Extension Methods
Properties
- Border
Gets or sets whether a border should be rendered around the group.
- Element
Gets or sets the single child element contained by this group.
- Scrollbars
Gets or sets the scrollbars for this group container.
- SerializedChildren
Gets the sequence of child elements serialized as the JSON "children" array.
- Type
Gets the NUI layout type identifier for this element.
Methods
- SetLayout(NwPlayer, int, NuiLayout)
Sets the group layout for a specific player + window token (override/partial update).