Uwp.CoverFlowSample
Uwp.CoverFlowSample copied to clipboard
A port of Silverlight Cover Flow Control to the Universal Windows Platform.
Itemspresenter in ArrageOverride is null
When assigning SelectedItem via xaml, the item containers are not generated yet, so GetItemContainerForObject returns null. After that, binding to the SelectedItem is impossible because it's not a dependency property....
I am trying this control for a media player, and I found a possible issue: In PrepareContainerForItemOverride: ``` if (items.Count == 1) { IndexSelected(0, false); } ``` But the first...
The sample application is experiencing a bad effect, mostly flickering, when the user scrolls items faster.