Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add event to ListView to know when it is fully loaded and ready to scroll #8297

Copy link
Copy link
Open
@Lehren

Description

@Lehren
Issue body actions

Is your feature request related to a problem? Please describe.
If I want to show a ListView and have it start on a certain position, let's say index 4, there is currently no way to know when the ListView is ready to be scrolled. The loaded event fires immediately when the page opens or while the ListView is still loading all the templates. Scrolling while this is happening will not work.

Right now I have to listen to the loaded event of the item template, as well as use a certain timeout of ~200 miliseconds before it's possible to scroll. This is terrible of course.

Describe the solution you'd like
Some event that we can listen on to know when all templates of the ListView are fully initialized and scrolling or any other ListView manipulation is ready to be done. Similar to RadListView which has a DataPopulated event, which may or may not be what we need.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.