DxDocumentViewerProgressBarSettings.KeepOnVisibleArea Property
Gets or sets whether the progress bar keeps its position in a visible area when a user scrolls a web page.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v24.1.JSBasedControls.Common.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common
Declaration
Property Value
Type | Description |
---|---|
Boolean | True if the progress bar keeps its position when a page scrolls; otherwise, false. |
Remarks
When KeepOnVisibleArea is true, the progress bar retains its position in the browser window when the user scrolls the window.
When KeepOnVisibleArea is false, the progress bar scrolls along with the window contents.
The following image demonstrates the progress bar when the KeepOnVisibleArea is set to true:
See Also