The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Scrollbars


Unit:SDL_replist
Class: TReportListView
Declaration: property Scrollbars: TScrollStyle;

The property ScrollBars specifies whether the report listview 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.


Last Update: 2023-Dec-13