Click or drag to resize

TableLayout Methods

The TableLayout type exposes the following members.

Methods
  NameDescription
Public methodAdd(Control, Point)
Adds a control to the specified location.
Public methodAdd(Control, Int32, Int32)
Adds a control to the specified x & y coordinates.
Public methodAdd(Control, Int32, Int32, Boolean, Boolean)
Adds a control to the specified x & y coordinates.
Public methodStatic memberAutoSized
Creates a table layout with an auto sized control.
Public methodEndInit
Ends the initialization when loading from xaml or other code generated scenarios
(Overrides LayoutEndInit.)
Public methodGetColumnScale
Gets the scale for the specified column.
Public methodGetRowScale
Gets the scale for the specified row.
Public methodStatic memberHorizontal(TableCell)
Creates a horizontal table layout with the specified cells.
Public methodStatic memberHorizontal(Int32, TableCell)
Creates a horizontal table layout with the specified cells.
Public methodStatic memberHorizontalScaled(TableCell)
Creates a horizontal table layout with the specified cells scaled equally.
Public methodStatic memberHorizontalScaled(Int32, TableCell)
Creates a horizontal table layout with the specified cells scaled equally.
Public methodMove(Control, Point)
Move the specified control to a new location.
Public methodMove(Control, Int32, Int32)
Moves the specified control to the new x and y coordinates.
Protected methodOnLoad
Raises the Load event, and recursed to this container's children
(Overrides ContainerOnLoad(EventArgs).)
Protected methodOnPreLoad
Raises the PreLoad event, and recurses to this container's children
(Overrides ContainerOnPreLoad(EventArgs).)
Public methodRemove
Remove the specified child control.
(Overrides ContainerRemove(Control).)
Public methodSetColumnScale
Sets the scale for the specified column.
Public methodSetRowScale
Sets the scale for the specified row.
Top
See Also