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.

ListView scrolling is changing the width of template elements

See original GitHub issue

Hi 😃

I am creating a chat view on ListView, and I stuck in a bug while scrolling the ListView. When I am scrolling the list view the item width changed, and I don’t know why.

I reproduced the problem in this Playground Project with actual data that come from my server, because cannot reproduce it with other data, so sorry if it will be complicated but I tried to simple it as I can.

Also here is a screenshot of the problem in my app -> https://www.youtube.com/watch?v=7FSA5kyjOb4&feature=youtu.be (Pay attention to the marked ‘D’ message)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
NickIlievcommented, Jan 25, 2018

@shabib3 I was able to reproduce the issue and am currently investigating it. Seems like a big - will post any additional info here

1reaction
bzarukcommented, Apr 4, 2018

@NickIliev - any update? I encountered the bug in another issue - https://github.com/NativeScript/NativeScript/issues/5621

Read more comments on GitHub >

github_iconTop Results From Across the Web

Set list items to grow to the width of the containing ListView
The items will take up the width of the ListView . However, the vertical scroll bar is not taken into account. If the...
Read more >
ListView - .NET MAUI | Microsoft Learn
The .NET MAUI ListView displays a scrollable vertical list of selectable data items. ListView supports displaying headers and footers, grouped data, ...
Read more >
Wpf scrollviewer set scroll position - Seba Online
Once have the default ScrollViewer template, select the “PART_VerticalScrollBar” and May 15, 2010 · [WPF] How to change the width of a Scrollbar...
Read more >
List View | Mendix Documentation
With this property you can change the number of items that will be shown next to each other in one row. If you...
Read more >
Titanium.UI.ListView
Refer to the next section for using an item template. See the "List View Sections" example. # Customizing the List Items. To create...
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