FlowDocumentScrollViewer::IsSelectionEnabled Property
.NET Framework (current version)
Gets or sets a value that indicates whether selection of content within the FlowDocumentScrollViewer is enabled.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleantrue to indicate that selection is enabled; otherwise, false. The default is true.
The following example shows how to set the IsSelectionEnabled attribute.
<FlowDocumentScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" IsSelectionEnabled="True" IsToolBarVisible="True" MinZoom="50" MaxZoom="1000" Zoom="120" ZoomIncrement="5" > <FlowDocument> <Paragraph> Flow content... </Paragraph> </FlowDocument> </FlowDocumentScrollViewer>
The following example shows how to set the IsSelectionEnabled property programmatically.
.NET Framework
Available since 3.0
Available since 3.0
Show: