ScrollItemPlacement Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Item Position
public enum ScrollItemPlacement
type ScrollItemPlacement =
Public Enum ScrollItemPlacement
- Inheritance
-
ScrollItemPlacement
Fields
Name | Value | Description |
---|---|---|
Default | 0 | If visible then it will not scroll, if not then item will be aligned to the nearest edge |
Left | 1 | Aligned left |
Top | 2 | Aligned top |
Center | 3 | Aligned center |
Right | 4 | Aligned right |
Bottom | 5 | Aligned bottom |