FlowLayoutPanelExtensions
Wisej.Web.Markup.FlowLayoutPanelExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.FlowLayoutPanelExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the fill weight for a specified control within a .
TPanel
panel
The panel on which to set the fill weight.
control
The control for which to set the fill weight.
value
An integer value representing the fill weight of the control.
Returns: . The TPanel instance with the updated fill weight setting.
This method allows you to specify the relative fill weight of a control within a .
TPanel
panel
The panel on which to set the flow break.
control
The control for which to set the flow break.
value
A boolean value indicating whether to set a flow break after the control.
TPanel
panel
The flow layout panel for which to set the flow direction.
direction
This method allows you to control the direction in which the child controls are laid out within the flow layout panel.
TPanel
panel
The flow layout panel for which to set the WrapContents property.
wrap
A boolean value indicating whether the contents should wrap. Default is true
.
This method allows you to specify whether the child controls should wrap to the next line or column when they exceed the panel's bounds.
The type of the panel, constrained to .
Sets the flow break for a specified control within a .
The type of the panel, constrained to .
Returns: . The TPanel instance with the updated flow break setting.
This method allows you to specify whether a control should be the last one on a line in a .
Sets the flow direction for the specified control.
The type of the panel, which must inherit from .
The flow direction to be applied to the panel, specified as a value.
Returns: . The flow layout panel with the updated flow direction.
Sets the WrapContents property for the specified control, determining whether the contents should wrap to the next line or column.
The type of the panel, which must inherit from .
Returns: . The flow layout panel with the updated WrapContents property.