The members of System.Windows.Forms.TableLayoutPanel are listed below.
See Also: Inherited members from System.Windows.Forms.Panel
Initializes a new instance of the System.Windows.Forms.TableLayoutPanel class. |
BorderStyle | BorderStyle.
Gets or sets the border style for the panel. | |
CellBorderStyle | TableLayoutPanelCellBorderStyle.
Gets or sets the style of the cell borders. | |
ColumnCount | int.
Gets or sets the number of columns in the table. | |
[read-only] | ColumnStyles | TableLayoutColumnStyleCollection.
Gets a collection of column styles for the System.Windows.Forms.TableLayoutPanel. |
[read-only] | Controls | TableLayoutControlCollection.
Gets the collection of controls contained within the System.Windows.Forms.TableLayoutPanel. |
GrowStyle | TableLayoutPanelGrowStyle.
Gets or sets a value indicating whether the System.Windows.Forms.TableLayoutPanel control should expand to accommodate new cells when all existing cells are occupied. | |
[read-only] override | LayoutEngine | System.Windows.Forms.Layout.LayoutEngine.
Gets a cached instance of the panel's layout engine. |
LayoutSettings | TableLayoutSettings.
Gets or sets a value representing the table layout settings. | |
RowCount | int.
Gets or sets the number of rows in the table. | |
[read-only] | RowStyles | TableLayoutRowStyleCollection.
Gets a collection of row styles for the System.Windows.Forms.TableLayoutPanel. |
GetCellPosition(Control)
| ||
GetColumn(Control)
| ||
GetColumnSpan(Control)
| ||
GetColumnWidths()
| ||
GetControlFromPosition(int, int)
| ||
GetPositionFromControl(Control)
| ||
GetRow(Control)
| ||
GetRowHeights()
| ||
GetRowSpan(Control)
| ||
SetCellPosition(Control, TableLayoutPanelCellPosition)
| ||
SetColumn(Control, int)
| ||
SetColumnSpan(Control, int)
| ||
SetRow(Control, int)
| ||
SetRowSpan(Control, int)
|
override | CreateControlsInstance()
| |
OnCellPaint(TableLayoutCellPaintEventArgs)
| ||
override | OnLayout(LayoutEventArgs)
| |
override | OnPaintBackground(PaintEventArgs)
| |
override | ScaleControl(System.Drawing.SizeF, BoundsSpecified)
| |
override | ScaleCore(float, float)
|
CellPaint |
Occurs when the cell is redrawn. |
System.ComponentModel.IExtenderProvider.CanExtend |
For a description of this member, see System.ComponentModel.IExtenderProvider.CanExtend(object). |