Share via


UIScrollViewIndexDisplayMode Enum

Definition

Enumerates index display behavior during scrolling.

[ObjCRuntime.Native]
public enum UIScrollViewIndexDisplayMode
[<ObjCRuntime.Native>]
type UIScrollViewIndexDisplayMode = 
Inheritance
UIScrollViewIndexDisplayMode
Attributes

Fields

Name Value Description
Automatic 0

Indicates that the index is automatically hidden or displayed.

AlwaysHidden 1

Indicates that the index is always hidden.

Applies to