This reference page is linked to from the following overview topics: Layouts.
Scroll Box.
This class provides a layout that will be automatically managed with a scrollbar according to the specified width and height. This provides a way to add dynamic UI control.
Definition at line 1127 of file fbcontrols.h.
#include <fbcontrols.h>

Public Member Functions |
|
| FBScrollBox () | |
| Constructor. |
|
| void | SetContentWidth (int pContentWidth) |
| Sets the content width. |
|
| void | SetContentHeight (int pContentHeight) |
| Sets the content height. |
|
| HFBLayout | GetContent () |
| Returns an empty layout in which you can add
scrollable content. |
|
| FBScrollBox | ( | ) |
Constructor.
| void SetContentWidth | ( | int | pContentWidth | ) |
Sets the content width.
This zone will be available to be scrolled horizontally.
| pContentWidth | Content Width. |
| void SetContentHeight | ( | int | pContentHeight | ) |
Sets the content height.
This zone will be available to be scrolled vertically.
| pContentHeight | Content Height. |
| HFBLayout GetContent | ( | ) |
Returns an empty layout in which you can add scrollable content.