Click or drag to resize

PackedGridLayoutGroupForcedSpacing Property

The spacing to use between layout elements in the grid on both axes. The spacing is created by shrinking the childrens' sizes rather than actually adding spaces. If you want true spacing, consider modifying the children themselves to also include some padding inside them

Namespace:  Com.ForbiddenByte.OSA.Util
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float ForcedSpacing { get; set; }

Property Value

Type: Single
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also