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.

ListViewGrid Not Scrolling

See original GitHub issue

Hello. I’ve come across an issue that’s more than likely user error, as I am new to RN, but perhaps someone could help me.

I am receiving images from a user’s phone to display in a ListView. Let’s say the user has 25 images, and I’m fetching all 25. The users display only allows 12 images to be displayed, so they must scroll to view more. My issue is the ListView will not scroll.

If I rotate the phone from portrait to landscape, the ListView will suddenly start to work as I’d expect (allows the user to scroll up and down). Likewise, if I switch back to portrait, the scrolling functionality is still properly working. Upon reload, it will be broken again.

I’ve tried creating a fresh project and adding more objects to the dataObjects in ListViewGridExample to simulate 25 images, but the same issue above occurs. The ListView will not scroll unless I change the phone’s orientation. What am I missing here?

Testing on Android

Ignite
  Version: 1.5.0

Node
  Version: v6.3.1

NPM
  Version: 3.9.2

Yeoman
  Version: 1.8.4

React Native CLI
  Version: 1.0.0

App
  React Native Version: 0.31.0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
GantMancommented, Sep 1, 2016

This will be updated and work correctly in 1.6.2, should be released today.

0reactions
colepizzarellacommented, Aug 22, 2016

@tk1cntt Hello, it looks like your fix works for the ListViewExample. Do you run into the same issue when using the ListViewGridExample?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flutter GridView is not scrolling - Stack Overflow
I am adding a header in the grid view. The header is scrolling but when touching grid view. It is not scrolling. I...
Read more >
UWP ListView not scrolling vertically - Microsoft Q&A
UWP ListView not scrolling vertically. After adding a ListView inside a Grid, it doesn't scroll vertically for some reason.
Read more >
ListView horizontal scrolling not working · Issue #7362 - GitHub
Horizontal scrolling on ListView does not work. The horizontal bar cannot be dragged. Clicking on the left or right side moves bar incrementally ......
Read more >
Scrolling in Xamarin ListView (SfListView) - Syncfusion
ListView's scrolling will not be enabled when IsScrollingEnabled is false . To enable scrolling, load ListView inside ScrollView .
Read more >
Scrolling - Telerik UI for Xamarin - Documentation
ScrollBarVisibility): Specifies whether the vertical scrollbar will be ... </StackLayout> <telerikDataControls:RadListView x:Name="listView" Grid.
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