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.