|
Vital
|
A ScrollBar variant that is aligned to the left side when vertical. More...
#include <default_look_and_feel.h>
Public Member Functions | |
| LeftAlignedScrollBar (bool vertical) | |
| Constructs a LeftAlignedScrollBar. | |
A ScrollBar variant that is aligned to the left side when vertical.
This class primarily exists to differentiate alignment behavior within draw calls. By default, the scrollbar is considered right-aligned unless cast to this class.
|
inline |
Constructs a LeftAlignedScrollBar.
| vertical | True if the scrollbar is vertical, false if horizontal. |