DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
ChartBook
Memos
Properties
ScrollBars
See also:
WordWrap
Index
Statistical Background
ScrollBars
Declaration:
ChartBook.Memos[]
.
ScrollBars
: TScrollStyle;
The property
ScrollBars
specifies whether the table includes horizontal and/or vertical scroll bars.
ScrollBars
can take one of the following values:
ssNone
The listview has no scroll bars.
ssHorizontal
The listview has a single scroll bar on the bottom edge.
ssVertical
The listview has a single scroll bar on the right edge.
ssBoth
The listview has a scroll bar on both the bottom and right edges.