IgniteUI/igniteui-dockmanager

How can I add scroll event on each content pane, i couldnot find any solution for this in documentation.

Closed this issue · 8 comments

@igdmdimitrov can you please respond here, i need to add some events on the scroll of content pane, but I am not able to do so right now.

@amitmoondra, we don't have native support for this. If you would like us to treat this as a feature request, let us know what information do you need in the event detail.

@igdmdimitrov
Yes, I would want this to be treated as a feature request
Things I would want.

  1. To know when the scroll reaches the bottom of the content pane.
    I want this ability because I want to load more data when the scroll touches the bottom of the content pane while scrolling

when is this scheduled to be released?

@amitmoondra our Q1 2023 pipeline is already full and we cannot commit any new features for that period. I will update the you once we scheduled it for development.

@ChronosSF is this getting released? Asking because I see the status as resolved, please let me know.

@amitmoondra, yes, it will be released within a week.

Added paneScroll event in 1.12.5. You can use the returned contentElement from IgcPaneScrollEventArgs to calculate if the content is scrolled to the bottom.