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.
Returns: TPanel. The modified panel with the updated column count.
Sets the grow style for the TableLayoutPanel.
Returns: TPanel. The modified panel with the updated grow style.
Sets the number of rows in the TableLayoutPanel.
Returns: TPanel. The modified panel with the updated row count.
Sets the column styles for the TableLayoutPanel.
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.
Returns: TPanel. The modified panel with the updated row styles.
This method clears any existing row styles before applying the new styles.