IgniteUI / igniteui-dockmanager

Ignite UI Dock Manager Web Component provides means to manage the layout of your application.
Other
37 stars 0 forks source link

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

Closed amitmoondra closed 1 year ago

amitmoondra commented 1 year ago
Screenshot 2022-11-29 at 2 57 35 PM
amitmoondra commented 1 year ago

@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.

igdmdimitrov commented 1 year ago

@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.

amitmoondra commented 1 year ago

@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
amitmoondra commented 1 year ago

when is this scheduled to be released?

radomirchev commented 1 year ago

@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.

amitmoondra commented 1 year ago

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

igdmdimitrov commented 1 year ago

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

igdmdimitrov commented 1 year ago

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.