https://github.com/monitork/examplecollectionview
https://github.com/monitork/examplecollectionview
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monitork/examplecollectionview
- Owner: monitork
- Created: 2024-04-16T23:25:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T02:08:21.000Z (about 1 year ago)
- Last Synced: 2025-01-12T18:51:00.695Z (5 months ago)
- Language: C#
- Size: 85.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# ExampleCollectionView
## Filter cached data
- I create fake data with 3 Group and 50 items/group
- I have SearchBar, and CollectionView Control in this ui.
- SearchBar filter data inside CollectionView
- CollectionView ==> IsGrouped = "true"
## Problem
I got keyboard typing inside SearchBar is Lagging when filtering
## RootCause
I think problem when CollectionView re-update making SearchBar Text lagging on typing## Environment
I'm using .net8 inside my projectInstalled Workload Id Manifest Version Installation Source
--------------------------------------------------------------------
maui-maccatalyst 8.0.7/8.0.100 SDK 8.0.200
maui-ios 8.0.7/8.0.100 SDK 8.0.200
maui-android 8.0.7/8.0.100 SDK 8.0.200