https://github.com/avaloniaui/avalonia.controls.itemsrepeater
ItemsRepeater is a light-weight control to generate and present a collection of items.
https://github.com/avaloniaui/avalonia.controls.itemsrepeater
Last synced: about 2 months ago
JSON representation
ItemsRepeater is a light-weight control to generate and present a collection of items.
- Host: GitHub
- URL: https://github.com/avaloniaui/avalonia.controls.itemsrepeater
- Owner: AvaloniaUI
- License: mit
- Created: 2024-03-14T23:47:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T20:58:59.000Z (over 1 year ago)
- Last Synced: 2025-04-05T06:22:21.536Z (6 months ago)
- Language: C#
- Size: 124 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/Avalonia.Controls.ItemsRepeater/)
# Avalonia `ItemsRepeater`## Introduction
`ItemsRepeater` control and associated infrastructure ported from the WinUI library: https://github.com/microsoft/microsoft-ui-xaml
Previously this port was part of the Avalonia package itself, but we gradually detach it into separated package and now - separated repository.## Current Status
The control is currently *retired*.
If possible, it is recommended to use build-in ItemsControl based controls from Avalonia package.
We are still accepting fixes and pull requests for ItemsRepeater controls, and we planning to keep it compatible with latest version of Avalonia up to 12.0 release.
After 12.0 release, this repository will be archived.## Backporting
ItemsRepeater is still part of 11.0 and 11.1 release branches of the main Avalonia repository.
This package is independent and starts with 11.2 version number, while being usable with any Avalonia from 11.0 version.
If necessary, we can backport any fixes from this repository to 11.1 release branch of the main Avalonia, but second PR needs to be opened in second repo.