FlowDocumentReader.IsScrollViewEnabled Property

Definition

Gets or sets a value that indicates whether Scroll is available as a viewing mode.

public:
 property bool IsScrollViewEnabled { bool get(); void set(bool value); };
public bool IsScrollViewEnabled { get; set; }
member this.IsScrollViewEnabled : bool with get, set
Public Property IsScrollViewEnabled As Boolean

Property Value

true to indicate that Scroll is available as a viewing mode; otherwise, false. The default is false.

Exceptions

Setting this property to false while IsPageViewEnabled and IsTwoPageViewEnabled are also false.

Remarks

At least one viewing mode must be enabled.

Dependency Property Information

Identifier field IsScrollViewEnabledProperty
Metadata properties set to true None

Applies to

See also