You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We have carousel, and if we cycle through all elements (to initialize it), and return to first and continue cycling, when first element doesn't detached. Here is example:
To Reproduce
Steps to reproduce the behavior:
Repro below
Create a new Avalonia 11.0.0-preview7 project
Add listbox with items (for cycling purposes)
Add carousel with items
Cycle it
Expected behavior
Carousel should remove old items.
Describe the bug
We have carousel, and if we cycle through all elements (to initialize it), and return to first and continue cycling, when first element doesn't detached. Here is example:
To Reproduce
Steps to reproduce the behavior:
Repro below
11.0.0-preview7
projectExpected behavior
Carousel should remove old items.
Additional context
Cycling code:
AvaloniaApplication1.zip
The text was updated successfully, but these errors were encountered: