Android.Widget.GridView.RequestedColumnWidth Property
Return the requested width of a column in the grid.

Syntax

[get: Android.Runtime.Register("getRequestedColumnWidth", "()I", "GetGetRequestedColumnWidthHandler")]
public virtual int RequestedColumnWidth { get; }

See Also

GridView.SetColumnWidth(int)
GridView.ColumnWidth

Value

Documentation for this section has not yet been entered.

Remarks

Return the requested width of a column in the grid.

This may not be the actual column width used. Use GridView.ColumnWidth to retrieve the current real width of a column.

[Android Documentation]

Requirements

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