xamarin/Xamarin.Forms

[Bug] Xamarin ListView doesn't layout properly when SfExpander is loaded in it in Xamarin.Forms iOS platform

Open

#7,797 opened on Oct 3, 2019

 (5 comments) (2 reactions) (0 assignees)C# (1,926 forks)batch import
a/listviewe/5 :clock5:help wantedm/high impact :black_large_square:p/iOS 🍎partnert/bug :bug:up-for-grabs

Repository metrics

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

Description

Hi Team

Description

In the attached sample, we have loaded Expander inside the Xamarin ListView. When we expand and collapse the expander item at runtime, the contents are not updated properly.

Steps to Reproduce

  1. Run the attached sampleSample-XFissue.zip in iOS platform
  2. Expand and collapse the item.
  3. The items are not layout properly.

Expected Behavior

The items should layout properly when we expand and collapse the item

Actual Behavior

The items are not layout properly when we expand and collapse the item

Basic Information

Nuget Packages: XF 4.2.0.709249 Affected Devices: iOS simulator 12.2

Reproduction Link

Sample : Sample-XFissue.zip

Contributor guide