Android.Widget.TableRow Class

See Also: TableRow Members

Syntax

[Android.Runtime.Register("android/widget/TableRow", DoNotGenerateAcw=true)]
public class TableRow : LinearLayout

Remarks

A layout that arranges its children horizontally. A TableRow should always be used as a child of a Android.Widget.TableLayout. If a TableRow's parent is not a TableLayout, the TableRow will behave as an horizontal Android.Widget.LinearLayout.

The children of a TableRow do not need to specify the layout_width and layout_height attributes in the XML file. TableRow always enforces those values to be respectively NoType:android/view/ViewGroup$LayoutParams;Href=../../../reference/android/view/ViewGroup.LayoutParams.html#MATCH_PARENT and NoType:android/view/ViewGroup$LayoutParams;Href=../../../reference/android/view/ViewGroup.LayoutParams.html#WRAP_CONTENT.

Also see NoType:android/widget/TableRow$LayoutParams;Href=../../../reference/android/widget/TableRow.LayoutParams.html for layout attributes

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1