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
Syntaxpublic float ForcedSpacing { get; set; }Property Value
Type:
Single
Version InformationOptimized ScrollView Adapter
Supported in: 4.3
See Also