ListView scrolling is changing the width of template elements
See original GitHub issueHi 😃
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:
- Created 6 years ago
- Reactions:2
- Comments:12 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@shabib3 I was able to reproduce the issue and am currently investigating it. Seems like a big - will post any additional info here
@NickIliev - any update? I encountered the bug in another issue - https://github.com/NativeScript/NativeScript/issues/5621