<< Click to display table of contents >> TSRVReadModeProperty.MinPageColCount, MaxPageColCount |
Defines a number of visible pages in a read mode.
property MinPageColCount: Integer;
property MaxPageColCount: Integer;
These properties are applied when a read mode is active.
MinPageColCount defines the minimal count of visible pages.
If MaxPageColCount > 0, it defines the maximal allowed count of visible pages.
For example, if you want to implement a two-page "book" view, assign 2 to the both properties.
Default value:
•MinPageColCount: 1
•MaxPageColCount: 0