| << Click to display table of contents >> TSRVPageScroll.ScrollType | 
Specifies how page thumbnails are arranged.
type
TPSScrollType = (psstHorizontal, psstVertical);
property ScrollType: TPSScrollType;
| Mode | Meaning | 
| psstHorizontal | Thumbnails are displayed in columns, each column has Columns rows | 
| psstVertical | Thumbnails are displayed in rows, each row has Columns columns | 
Default value:
psstVertical