List.ScrollInfo

Undocumented in source.
class List(T, alias stringTransform)
struct ScrollInfo {}

Members

Functions

down
void down(T[] model, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
up
void up()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

offset
int offset;
Undocumented in source.
selection
int selection;
Undocumented in source.

Meta