This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Close #896 #805
今天花了半天的时间研究为何列数超过4列滚动就会卡。在尝试了很多种方式之后,最终发现是附加在卡片控件上的阴影导致滚动时在UI线程上进行了大量运算。考虑到阴影效果不明显,直接移除就会带来滚动性能的大幅提升,那就没啥犹豫的,砍就完事了
PR 类型
这个 PR 的目的是什么?
当前行为是什么?
滚动时卡顿掉帧
新的行为是什么?
恢复一个UWP应用应有的滚动性能
PR 检查清单
请检查你的 PR 是否满足以下要求:
破坏更新:
移除卡片阴影效果
备注