TableLayoutPanelExtensions
Wisej.Web.Markup.TableLayoutPanelExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.TableLayoutPanelExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the Label class.
Sets the number of columns in the TableLayoutPanel.
TPanel
panel
The panel on which to set the column count.
value
The number of columns to set.
Returns: TPanel. The modified panel with the updated column count.
Sets the grow style for the TableLayoutPanel.
TPanel
panel
The panel on which to set the grow style.
value
Returns: TPanel. The modified panel with the updated grow style.
Sets the number of rows in the TableLayoutPanel.
TPanel
panel
The panel on which to set the row count.
value
The number of rows to set.
Returns: TPanel. The modified panel with the updated row count.
Sets the column styles for the TableLayoutPanel.
TPanel
panel
The panel on which to set the column styles.
styles
Returns: TPanel. The modified panel with the updated column styles.
This method clears any existing column styles before applying the new styles.
Sets the row styles for the TableLayoutPanel.
TPanel
panel
The panel on which to set the row styles.
styles
Returns: TPanel. The modified panel with the updated row styles.
This method clears any existing row styles before applying the new styles.
The type of the panel, which must inherit from .
The type of the panel, which must inherit from .
The to apply to the panel.
The type of the panel, which must inherit from .
The type of the panel, which must inherit from .
An array of objects to apply to the panel.
The type of the panel, which must inherit from .
An array of objects to apply to the panel.