Represents a panel whose height is always 100%.
Inherits: Container : UIElement : UIElementBase
Name | Type | Description |
---|---|---|
MinWidth | Length | Minimum panel width. |
Base item properties |
Name | Type | Description |
---|---|---|
FullHeightPanel.Fill | Boolean |
Defines a child item whose height will change when the height of the parent container changes.
Only one child element can have the property Fill = True .
|
FullHeightPanel.Skip | Boolean |
Skip this item when creating a container. This property is used when you want one of several
elements to be displayed in one container block (for example, using the If binding).
Set Skip = True for all items in the block, except one (any).
|
Note! To implement the panel, a grid is used (CSS grid). Because of this, when hiding items using an
If
binding, the selection of the item to fill will be incorrect.
This is because the panels are addressed by a sequential number.
If you want to use an If binding, either place the hidden item in an additional
Block, or use the attached
FullHeightPanel.Skip
property.