question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I am working on smaller list where we need an option to expand item (and change height of it). It seems like current api doesn’t support that. resetAfterIndex is causing re-rendering, but not refreshing the height of the actual item. Does react-window currently support this option?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

19reactions
fonty422commented, Aug 22, 2019

I know this is closed for now, but what about an animated expanding div. Not just something with 2 hard coded values. I have a need to use the material-ui ExpansionPanel, but implementing this leaves me with a panel that expands but doesn’t displace the rest of the list.

12reactions
fonty422commented, Jul 12, 2020

@itayganor I ended up using a different package (react-virtuoso) and going through the less painful (but still painful) method of providing a pre-culled list of items. Also, the material-ui page discussed it as a recommendation (along with react-window) for large lists. The demo page will show you if it’s any good for your purposes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Expendable Items Definition
Expendable Items means consumables, as follows: linens, clothes, and basic kitchenware (pots, pans, utensils, dinnerware, flatware, small kitchen appliances).
Read more >
How to create an expandable item in Jetpack Compose
I have been building an app and I have a screen with a list of contacts and initially, clicking a contact takes one...
Read more >
Expandable Items in ListView
I need to put items in a ListView that is of multiple types, and one of the types can expand and have inner...
Read more >
Expansion Item
The QExpansionItem component allows the hiding of content that is not immediately relevant to the user. Think of them as accordion elements that...
Read more >
Android ExpandableListView Example Tutorial
Android ExpandableListView is a view that shows items in a vertically ... Below is our app with android expandable list view in action....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found