XF 5.0 [UWP] - CollectionView Dynamic ItemsLayout Change- CollectionView row Item height should be auto adjusted when ItemsLayout changed from Vertical to Horizontal #13755
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.
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
Expected Behavior
I believe when layout chnaged to horizontal, ColloectiView/Row Item height should be auto adjusted.
Actual Behavior
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