TSRVPageScroll.Columns |
Top Previous Next |
|
Specifies the number of columns (if ScrollType=psstVertical) or rows (if ScrollType=psstHorizontal), property Columns: Integer; For example, if SRichViewEdit.PageCount=5 and Columns=2, thumbnails are displayed in the order shown below. If ScrollType=psstVertical: 1 2 3 4 5 If ScrollType=psstHorizontal: 1 3 5 2 4 A distance between columns is defined in PageBreakWidth, a distance between rows is defined in PageBreakHeight. Default value: 1 |