4.298 FlowDocumentScrollViewer

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > FlowDocumentScrollViewer, IInputElement
FlowDocumentScrollViewer
(usage)
<FlowDocumentScrollViewer> FlowDocument </FlowDocumentScrollViewer>
(description)
Provides a control for viewing flow content in a continuous scrolling mode.
[content property]
Document
[name property]
Name
[xml lang property]
Language
(properties)
Document
FlowDocument
(description)
A FlowDocument that hosts the content to be displayed by the FlowDocumentScrollViewer.
HorizontalScrollBarVisibility
ScrollBarVisibility
(description)
A value that indicates whether a horizontal scroll bar is shown.
IsInactiveSelectionHighlightEnabled
x:Boolean
(description)
A value that indicates whether FlowDocumentScrollViewer displays selected text when the control does not have focus.
IsSelectionEnabled
x:Boolean
(description)
A value that indicates whether selection of content within the FlowDocumentScrollViewer is enabled.
IsToolBarVisible
x:Boolean
(description)
A value that indicates whether the FlowDocumentScrollViewer toolbar is visible.
MaxZoom
x:Double
(description)
The maximum allowable Zoom level for the FlowDocumentScrollViewer.
MinZoom
x:Double
(description)
The minimum allowable Zoom level for the FlowDocumentScrollViewer.
SelectionBrush
Brush
(description)
The brush that highlights the selected text.
SelectionOpacity
x:Double
(description)
The opacity of the SelectionBrush.
VerticalScrollBarVisibility
ScrollBarVisibility
(description)
A value that indicates whether a vertical scroll bar is shown.
Zoom
x:Double
(description)
The current zoom level.
ZoomIncrement
x:Double
(description)
The zoom increment.