This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] CollectionView items do not resize properly when item template is grid (Regression from 4.7 to 4.8) (Android & iOS) #12175
Labels
4.8.0
regression on 4.8.0
a/collectionview
e/6 🕕
6
i/regression
in-progress
This issue has an associated pull request that may resolve it!
p/Android
p/iOS 🍎
t/bug 🐛
Description / Steps to Reproduce
Scenario: In a
CollectionView
draw a list of items that is a grid with two columns such that:StackLayout
with two labels and the first label gets updated after the initial draw, possibly increasing it's length.See the attached project for an example. Launch the app. Click on Browse. Wait about 5 seconds for the view to update.
Expected Behavior
When the update occurs, the items in the
CollectionView
resize so all of the content is shown. This works on 4.7.0.1351:Actual Behavior
On 4.8.0.1451, the items change size but they get the wrong size which ends up with elements being cut off:
Notice how the item description line is cut off or hidden in a few of the rows. Unlike most other CollectionView item resize bugs, this happens on BOTH Android and iOS.
Basic Information
Screenshots
See above
Reproduction Link
ItemSizingBugXF.zip
Workaround
None that I'm aware of. This is blocking an upgrade to 4.8
The text was updated successfully, but these errors were encountered: