StretchMode Enum

Definition

Enumerates values returned by several types.

public enum StretchMode
type StretchMode = 
Inheritance
StretchMode

Fields

AutoFit -1

Creates as many columns as can fit on screen.

NoStretch 0

Disables stretching.

StretchColumnWidth 2

Stretches columns.

StretchSpacing 1

Stretches the spacing between columns.

StretchSpacingUniform 3

Stretches the spacing between columns.

Remarks

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.

Applies to