IgniteUI / igniteui-react-examples

samples browser app and individual samples on how to use Ignite UI for React components
https://infragistics.com/react-demos/samples
11 stars 6 forks source link

Create a mechanism to prevent scrolls from propagating after reaching the scroll end of grids #385

Closed ChronosSF closed 1 year ago

ChronosSF commented 1 year ago

So that when the sample is viewed inside a docfx page, the page doesn't scroll after the grid is scrolled all the way top/bottom.

In angular this is achieved using the IgxPreventDocumentScroll directive.