[]
Gets or sets the scrolling behavior for the document within the viewer.
public ScrollingMode ScrollingMode { get; set; }
Type | Description |
---|---|
ScrollingMode | A ScrollingMode value that specifies the scrolling behavior. |
This property determines how the document scrolls within the viewer. The default mode, Continuous, allows the document to scroll smoothly. Other modes may segment the document into discrete pages or sections for navigation.