TIWCGScrollStyle Enumeration

Represents type TIWCGScrollStyle.

Namespace: IWCGJQControl
type
 TIWCGScrollStyle = (cgsbsIWDefault, cgsbsNoRender, cgsbsNone, cgsbsAuto, cgsbsBoth, cgsbsVertical, cgsbsHorizontal,
 cgsbsBothVisible, cgsbsVerticalVisible, cgsbsHorizontalVisible,cgsbsInherited, cgsbsVerticalAuto, cgsbsHorizontalAuto);

The TIWCGScrollStyle type exposes the following members.

Show:
 NameDescription
cgsbsAuto

Represents constant cgsbsAuto.

cgsbsBoth

Represents constant cgsbsBoth.

cgsbsBothVisible

Represents constant cgsbsBothVisible.

cgsbsHorizontal

Represents constant cgsbsHorizontal.

cgsbsHorizontalAuto

Represents constant cgsbsHorizontalAuto.

cgsbsHorizontalVisible

Represents constant cgsbsHorizontalVisible.

cgsbsInherited

Represents constant cgsbsInherited.

cgsbsIWDefault

Represents constant cgsbsIWDefault.

cgsbsNone

Represents constant cgsbsNone.

cgsbsNoRender

Represents constant cgsbsNoRender.

cgsbsVertical

Represents constant cgsbsVertical.

cgsbsVerticalAuto

Represents constant cgsbsVerticalAuto.

cgsbsVerticalVisible

Represents constant cgsbsVerticalVisible.

Top