TEikScrollBarFrameLayout Class Reference

#include <mw/eiksbfrm.h>

class TEikScrollBarFrameLayout

Detailed Description

Enables setting of the frame layout for a scroll bar.

Member Attribute Documentation

iClientAreaGranularity

TSize iClientAreaGranularity

The amount of screen movement performed when the nudge button is pressed.

iClientMargin

TMargins iClientMargin

The amount of screen movement performed when the nudge button is pressed.

iInclusiveMargin

TMargins iInclusiveMargin

The inclusive margin (in twips or pixels).

iTilingMode

TTilingMode iTilingMode

Determines whether the client rectangle, or the inclusive rectangle, remains constant.

Member Enumeration Documentation

Enum TTilingMode

Determines whether the client rectangle or the inclusive rectangle remains constant.

EnumeratorValueDescription
EClientRectConstant

The client rectangle remains constant.

EInclusiveRectConstant

The inclusive rectangle remains constant.

Constructor & Destructor Documentation

TEikScrollBarFrameLayout ( )

IMPORT_CTEikScrollBarFrameLayout()

C++ default constructor.

Member Function Documentation

SetClientMargin ( TInt )

IMPORT_C voidSetClientMargin(TIntaMargin)

Sets all client margins. These surround the client rectangle which is the client area viewport onto the larger canvas to be scrolled.

ParameterDescription
aMarginThe value to use for all client margins.

SetInclusiveMargin ( TInt )

IMPORT_C voidSetInclusiveMargin(TIntaMargin)

Sets all inclusive margins.

ParameterDescription
aMarginThe value to use for all inclusive margins.