<< Click to display table of contents >> TSRVViewProperty.ZoomPanelVisible |
Shows/hides a zooming panel.
property ZoomPanelVisible: Boolean;
This panel is located in the bottom right corner, to the right of the horizontal scrollbar. It contains a track bar to change ZoomPercent in the range ZoomMin..ZoomMax.
A background of this panel is drawn using the parent TSRichViewEdit's BackgroundProperty. If a gradient fill is enabled, it is always vertical in the zooming panel. Even if a gradient fill is enabled in BackgroundProperty, you can disable it by assigning False to ZoomPanelUsesGradient property. A flat fill uses BackgroundProperty.ColorBegin.
If ZoomMenu is assigned, it is displayed when the user clicks a text area of the panel. This text is drawn using ZoomPanelFont.
The appearance of the track bar depends on the value of IconStyle property.
Default value:
False
See also