GridView.NumColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the number of columns in the grid.
public virtual int NumColumns { [Android.Runtime.Register("getNumColumns", "()I", "GetGetNumColumnsHandler")] get; set; }
[<get: Android.Runtime.Register("getNumColumns", "()I", "GetGetNumColumnsHandler")>]
member this.NumColumns : int with get, set
Property Value
- Attributes
Remarks
Get the number of columns in the grid. Returns #AUTO_FIT
if the Grid has never been laid out.
Java documentation for android.widget.GridView.getNumColumns()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.