xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

XF 5.0 [UWP] - CollectionView Dynamic ItemsLayout Change- CollectionView row Item height should be auto adjusted when ItemsLayout changed from Vertical to Horizontal #13755

Open Only-Xam opened 3 years ago

Only-Xam commented 3 years ago

XF 5.0 [UWP] - CollectionView Dynamic ItemsLayout Change- CollectionView row Item height should be auto adjusted when ItemsLayout changed from Vertical to Horizontal

Description

While testing CollectionView Dynamic ItemsLayout Change issue (#13437) which is recently fixed under Xamarin.Forms 5.0.0.2012 (5.0.0 Service Release 3), noticed that when layout is changed from Vertical to Horizontal, CollectionView row height is not auto adjusted.

Steps to Reproduce

  1. Use the same sample mentioned here - https://github.com/xamarin/Xamarin.Forms/issues/13437
  2. After fix, layout change working fine, but when we switch from Vertical to Horizontal view CollectionView row height should auto adjust.

Expected Behavior

I believe when layout chnaged to horizontal, ColloectiView/Row Item height should be auto adjusted.

Actual Behavior

image

image

Basic Information

UWP Xamarin.Forms 5.0.0.2012 (5.0.0 Service Release 3) VS 16.8.5

Reproduction Link

You can use same sample - https://github.com/xamarin/Xamarin.Forms/issues/13437

esaruoho commented 3 years ago

any eta on these getting fixed? last response was in february..