Plugin.Avalonia.MVVMExpress.Pagination
1.0.1
dotnet add package Plugin.Avalonia.MVVMExpress.Pagination --version 1.0.1
NuGet\Install-Package Plugin.Avalonia.MVVMExpress.Pagination -Version 1.0.1
<PackageReference Include="Plugin.Avalonia.MVVMExpress.Pagination" Version="1.0.1" />
<PackageVersion Include="Plugin.Avalonia.MVVMExpress.Pagination" Version="1.0.1" />
<PackageReference Include="Plugin.Avalonia.MVVMExpress.Pagination" />
paket add Plugin.Avalonia.MVVMExpress.Pagination --version 1.0.1
#r "nuget: Plugin.Avalonia.MVVMExpress.Pagination, 1.0.1"
#:package Plugin.Avalonia.MVVMExpress.Pagination@1.0.1
#addin nuget:?package=Plugin.Avalonia.MVVMExpress.Pagination&version=1.0.1
#tool nuget:?package=Plugin.Avalonia.MVVMExpress.Pagination&version=1.0.1
Plugin.Avalonia.MVVMExpress.Pagination
Paging and search debounce for MVVMExpress lists.
var page = new DelegatePagedCollection<Product>(
(skip, take, ct) => catalog.ListAsync(skip, take, ct),
pageSize: 20);
await page.RefreshAsync();
await page.LoadMoreAsync();
PagedCollection<T> uses ObservableRangeCollection<T> so each page is one collection reset. For a live inbox use SnapshotCollection<T> (load once, no threshold). SearchQuery.Text binds to an Entry; filter from CommittedText. Do not two-way bind Android SearchBar.
Install
dotnet add package Plugin.Avalonia.MVVMExpress.Pagination
Target framework: net10.0. Depends on Core. Version 1.0.1.
Related
Product docs: repository README. License: MIT. Niladri Padhy / MauiEssentials.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Plugin.Avalonia.MVVMExpress.Core (>= 1.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.1: NuGet README files use real markdown line breaks so the gallery renders.