C# Class withSIX.Play.Presentation.Wpf.Views.Controls.CustomVirtualizingWrapPanel

Workaround for Teleriks VirtualizingWrapPanel issues. http://feedback.telerik.com/Project/143/Feedback/Details/147626-argumentoutofrangeexception-in-virtualizingwrappanel-onitemschanged
Inheritance: VirtualizingWrapPanel
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Private Properties

Свойство Type Description
CustomVirtualizingWrapPanel System.Collections.Specialized
RemoveChildRange void

Méthodes protégées

Méthode Description
OnItemsChanged ( object sender, ItemsChangedEventArgs args ) : void

Private Methods

Méthode Description
CustomVirtualizingWrapPanel ( ) : System.Collections.Specialized
RemoveChildRange ( System.Windows.Controls.Primitives.GeneratorPosition position, int itemCount, int itemUICount ) : void

Method Details

OnItemsChanged() protected méthode

protected OnItemsChanged ( object sender, ItemsChangedEventArgs args ) : void
sender object
args ItemsChangedEventArgs
Résultat void