DlangUI

Cross Platform GUI for D programming language

Home API Docs Screenshots Download .zip View on GitHub

dlangui.widgets.scroll



enum ScrollBarMode: int;
Scroll bar visibility mode.

Invisible
always invisible

Visible
always visible

Auto
automatically show/hide scrollbar depending on content size

class ScrollWidget: dlangui.widgets.scroll.ScrollWidgetBase;
Widget which can show content of widget group with optional scrolling.

Point fullContentSize();
calculate full content size in pixels

protected void updateScrollBars();
update scrollbar positions

bool onHScroll(ScrollEvent event);
process horizontal scrollbar event

bool onVScroll(ScrollEvent event);
process vertical scrollbar event