Click or drag to resize

LayoutInfo Properties

The LayoutInfo type exposes the following members.

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
See Also