Documentation. Scroll strategies determines how the scrolling will be handled in the provided IgxOverlayService.
Attaches the strategy
settings.scrollStrategy.attach(); Copy
settings.scrollStrategy.attach();
Detaches the strategy
settings.scrollStrategy.detach(); Copy
settings.scrollStrategy.detach();
Initializes the strategy. Should be called once
reference to Document object.
IgxOverlay service to use in this strategy.
Unique id for this strategy.
settings.scrollStrategy.initialize(document, overlay, id); Copy
settings.scrollStrategy.initialize(document, overlay, id);
Documentation. Scroll strategies determines how the scrolling will be handled in the provided IgxOverlayService.