xamarin/Xamarin.Forms

[Bug] [UWP] CollectionView inside CollectionView is not working

Open

#9,017 opened on Dec 26, 2019

 (1 comment) (2 reactions) (0 assignees)C# (1,926 forks)batch import
a/collectionviewe/4 :clock4:help wantedinactivep/UWPt/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description

It's not working on UWP but It's working on Android.

Steps to Reproduce

  1. Run the app

Expected Behavior

Showing all Products and ProductItems

Actual Behavior

Showing first Product and not others.

Basic Information

  • Version with issue: 4.4.0.991265
  • Last known good version: -
  • IDE: Visual Studio 2019 16.4.2
  • Platform Target Frameworks:
    • iOS: -
    • Android: 9.0
    • UWP: 16299
  • Nuget Packages:-
  • Affected Devices: Windows 10 1909 build 18363.535

Reproduction Link

CollectionViewTestProject.zip

Contributor guide