Edit

Share via


ScrollItemPlacement Enum

Definition

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

Applies to