The CoverFlow type exposes the following members.

Methods

  NameDescription
GetContainerForItemOverride
Creates or identifies the element that is used to display the given item.
(Overrides ItemsControl..::.GetContainerForItemOverride()()().)
IsItemItsOwnContainerOverride
Determines if the specified item is (or is eligible to be) its own container.
(Overrides ItemsControl..::.IsItemItsOwnContainerOverride(Object).)
OnPreviewMouseDown
Responds to the PreviewMouseDown event.
(Overrides UIElement..::.OnPreviewMouseDown(MouseButtonEventArgs).)
OnSelectionChanged
Responds to a CoverFlow selection change by raising a SelectionChanged event.
(Overrides Selector..::.OnSelectionChanged(SelectionChangedEventArgs).)
PrepareContainerForItemOverride
Prepares the specified element to display the specified item.
(Overrides ItemsControl..::.PrepareContainerForItemOverride(DependencyObject, Object).)

See Also