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
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Private Properties

Property Type Description
CustomVirtualizingWrapPanel System.Collections.Specialized
RemoveChildRange void

Protected Methods

Method Description
OnItemsChanged ( object sender, ItemsChangedEventArgs args ) : void

Private Methods

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

Method Details

OnItemsChanged() protected method

protected OnItemsChanged ( object sender, ItemsChangedEventArgs args ) : void
sender object
args ItemsChangedEventArgs
return void