TEikScrollBarFrameLayout Class Reference
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
The amount of screen movement performed when the nudge button is pressed.
iInclusiveMargin
The inclusive margin (in twips or pixels).
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.
Enumerator | Value | Description |
---|
EClientRectConstant | |
The client rectangle remains constant.
|
EInclusiveRectConstant | |
The inclusive rectangle remains constant.
|
Constructor & Destructor Documentation
TEikScrollBarFrameLayout ( )
IMPORT_C | TEikScrollBarFrameLayout | ( | ) | |
Member Function Documentation
SetClientMargin ( TInt )
IMPORT_C void | SetClientMargin | ( | TInt | aMargin | ) | |
Sets all client margins. These surround the client rectangle which is the client area viewport onto the larger canvas to be scrolled.
Parameter | Description | aMargin | The value to use for all client margins. |
SetInclusiveMargin ( TInt )
IMPORT_C void | SetInclusiveMargin | ( | TInt | aMargin | ) | |
Sets all inclusive margins.
Parameter | Description | aMargin | The value to use for all inclusive margins. |