TableLayoutPanel::GetRowSpan Method (Control^)
.NET Framework (current version)
Returns the number of rows spanned by the specified child control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- control
-
Type:
System.Windows.Forms::Control^
A child control of the TableLayoutPanel.
Row spanning is often useful for positioning a control that is considerably taller than its peers.
This method is called by the RowSpan property, which the panel adds to its child controls at design time.
The following code example uses the GetRowSpan and SetRowSpan methods to set the width of a Button control in a TableLayoutPanel.
.NET Framework
Available since 2.0
Available since 2.0
Show: