LayoutInfo Properties |
The LayoutInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| endEdge | Assuming vertical scrolling direction, this would be the Bottom edge. Else, the Right edge | |
| hor0_vert1 | 0, if it's a horizontal ScrollView. 1, else | |
| hor1_vertMinus1 | 1, if it's a horizontal ScrollView. -1, else | |
| itemsConstantTransversalSize | Assuming vertical scrolling direction, this would be the Width of all items. Else, the Height | |
| paddingContentEnd | ||
| paddingContentStart | Assuming vertical scrolling direction, this would be the Top padding. Else, the Left padding | |
| paddingStartPlusEnd | ||
| scrollViewSize | ||
| spacing | ||
| startEdge | Assuming vertical scrolling direction, this would be the Top edge. Else, the Left edge | |
| transversalPaddingContentStart | Assuming vertical scrolling direction, this would be the Left padding. Else, the Top padding | |
| transvStartEdge | Transversal starting edge. Assuming vertical scrolling direction, this would be the Left edge | |
| vpSize | Assuming vertical scrolling direction, this would be the viewport's Height. Else, the Width |