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 extension methods to the class.
Sets the number of columns in the .
TPanel
panel
The panel on which to set the column count.
value
The number of columns to set.
Returns: . The modified panel with the updated column count.
Sets the grow style for the .
TPanel
panel
The panel on which to set the grow style.
value
TPanel
panel
The panel for which to set the LayoutSettings property.
settings
This method allows you to configure the layout settings, such as row and column styles, for a table layout panel in a fluent interface style.
TPanel
panel
The panel on which to set the row count.
value
The number of rows to set.
TPanel
panel
The panel on which to set the column styles.
styles
This method clears any existing column styles before applying the new styles.
TPanel
panel
The panel on which to set the row styles.
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.
Returns: . The modified panel with the updated grow style.
Sets the LayoutSettings property of the specified .
The type of the panel, must inherit from .
The to apply to the panel.
Returns: . The modified panel with the updated LayoutSettings property.
Sets the number of rows in the .
The type of the panel, which must inherit from .
Returns: . The modified panel with the updated row count.
Sets the column styles for the .
The type of the panel, which must inherit from .
An array of objects to apply to the panel.
Returns: . The modified panel with the updated column styles.
Sets the row styles for the .
The type of the panel, which must inherit from .
An array of objects to apply to the panel.
Returns: . The modified panel with the updated row styles.