Skip to content

Commit

Permalink
Scheduler: add a note to scrolling.mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Nov 29, 2024
1 parent f1abbd7 commit d9dd32c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api-reference/_hidden/dxSchedulerScrolling/mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ All appointments are simultaneously loaded into the DOM, and the whole grid is r
- **Virtual**
Appointments are loaded into the DOM when they get into the viewport and are then removed once they leave it; the grid is rendered within the current viewport only. [View Demo](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/VirtualScrolling/).

[note] Virtual mode is available for all [views](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/views '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/views/') except *"agenda"*.
[note]

- Virtual mode is available for all [views](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/views '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/views/') except *"agenda"*.

- Specify the component's [height](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#height) if you use virtual scrolling. Do not use relative units for height (it prevents Scheduler from maintaining fixed dimensions for virtual scrolling to work correctly).

[/note]

0 comments on commit d9dd32c

Please sign in to comment.