microsoft / WinUI-Gallery

This app demonstrates the controls available in WinUI and the Fluent Design System.
MIT License
2.82k stars 633 forks source link

flip in few items #818

Closed DJDQfff closed 2 years ago

DJDQfff commented 2 years ago

Describe the bug

When I add item to ObservableCollection<> that is the source of FlipView,it can only changes in the front items.

Steps to reproduce the bug

Steps to reproduce the behavior:

  1. ususa step of using Flipview,it is ok
  2. i used x:load in the datatemplate of item,it work exceptly(not sure)

Expected behavior

Actual behavior

only change in a few items (the front of list)

Screenshots

Version Info

Additional context

Windows version:

Device form factor:

marcelwgn commented 2 years ago

Is this is an issue with the FlipView samples or rather an issue with the FlipView control? In the later case, the WinUI repo would be more suitable for that kind of feedback.

gregwoo-microsoft commented 2 years ago

@DJDQfff I am closing this for now. Feel free to reopen this if it is a XAML Controls Gallery issue or to open an issue on the WinUI repo as @chingucoding suggested if this is an issue with the FlipView control.