Click or drag to resize

LayoutInfo Class

Holds basic info, like padding, content size etc, abstractized from the scrolling direction
Inheritance Hierarchy
SystemObject
  Com.ForbiddenByte.OSA.CoreLayoutInfo

Namespace:  Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class LayoutInfo

The LayoutInfo type exposes the following members.

Constructors
  NameDescription
Public methodLayoutInfo
Top
Properties
  NameDescription
Public propertyendEdge
Assuming vertical scrolling direction, this would be the Bottom edge. Else, the Right edge
Public propertyhor0_vert1
0, if it's a horizontal ScrollView. 1, else
Public propertyhor1_vertMinus1
1, if it's a horizontal ScrollView. -1, else
Public propertyitemsConstantTransversalSize
Assuming vertical scrolling direction, this would be the Width of all items. Else, the Height
Public propertypaddingContentEnd
Public propertypaddingContentStart
Assuming vertical scrolling direction, this would be the Top padding. Else, the Left padding
Public propertypaddingStartPlusEnd
Public propertyscrollViewSize
Public propertyspacing
Public propertystartEdge
Assuming vertical scrolling direction, this would be the Top edge. Else, the Left edge
Public propertytransversalPaddingContentStart
Assuming vertical scrolling direction, this would be the Left padding. Else, the Top padding
Public propertytransvStartEdge
Transversal starting edge. Assuming vertical scrolling direction, this would be the Left edge
Public propertyvpSize
Assuming vertical scrolling direction, this would be the viewport's Height. Else, the Width
Top
Fields
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also