SLafScrollBar Struct Reference

#include <mw/lafpublc.h>

struct SLafScrollBar

Member Enumeration Documentation

Enum TEikScrollBarFlags

Scroll bar initialisation flags. The default is for the scroll bar to have both a shaft and a thumb.

EnumeratorValueDescription
EEikScrollBarDefaultBehaviour0x0000

Default

EEikScrollBarNoNudgeButtons0x0001

Does not display nudge buttons.

EEikScrollBarHasPageButtons0x0002

Has buttons which move it a page at a time.

EEikScrollBarHasHomeEndButtons0x0004

Has buttons which move it its entire extent.

EEikScrollBarNoShaftOrThumb0x0008

Central area is empty.

EEikScrollBarShaftButNoThumb0x0010

Central area has no scroll thumb.

EButtonsAtStartOfShaft0x0040

Buttons are placed at the start of the bar.

EButtonsAtEndOfShaft0x0080

Buttons are placed at the end of the bar.

EButtonsEitherSideOfShaftEButtonsAtStartOfShaft|EButtonsAtEndOfShaft

Buttons are placed at either end of the bar (EButtonsAtStartOfShaft | EButtonsAtEndOfShaft).

ENoAutoDimming0x0100

Buttons do not automatically dim when scroll bar is at its maximum extent.

Enum TOrientation

Scroll bar orientation enumerations.

EnumeratorValueDescription
EVertical

Scroll bar is oriented vertically.

EHorizontal

Scroll bar is oriented horizontally.