xamarin/Xamarin.Forms
[Bug] ListView does not show Group labels when list is loaded in async method
Offen
#6.064 geöffnet am 01.05.2019
a/listviewe/5 :clock5:help wantedinactivep/UWPt/bug :bug:up-for-grabs
Repository-Metriken
- Stars
- (5.644 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Description
When the items of a ListView with enabled grouping are inserted in an async method, the group labels to not show up at all when clicking on a group name.
Steps to Reproduce
- Download attached solution (this is a demo solution used for 2 bugs)
- Start ToolbarDemo.UWP project
- Click on Group label "1"
Expected Behavior
Group tiles "1" and "2" are shown
Actual Behavior
The ListView is totally empty.
Basic Information
- Version with issue: 3.6.0.344457
- Last known good version: no
- IDE: VS 2017
- Platform Target Frameworks:
- UWP: 17134
- Nuget Packages: Xamarin.Forms
- Affected Devices: All
Additional Information
If you just remove the line "await Task.Delay(2000);" you will see, that group labels are displayed correctly then!
Reproduction Link
See Solution.zip