dotnet/maui

[iOS] Improve the CollectionView FindEstimatedSizeUsingWidth to handle grouping and testing

Open

#20,654 创建于 2024年2月16日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C# (1,951 fork)batch import
area-controls-collectionviewgood first issueplatform/iost/bugt/enhancement ☀️testing-missing-tests

仓库指标

Star
 (23,245 star)
PR 合并指标
 (平均合并 47天 9小时) (30 天内合并 248 个 PR)

描述

Description

When implementing FindEstimatedSizeUsingWidth to fix a issue with the EstimatedSize I didn't took in account the grouping as this didn't seem to reproduce at the time, but we should address if this needed by adding more tests like to scroll to the last item.

Steps to implement

  • Handle a way to find the better estimated size if we are using groups.
  • Right UItests that go to the end of a bigger list with scroll

贡献者指南