Class VirtualizingFastItemsControl<TItem, TPanel>
Inheritance
System.Object
FastItemsControl<TItem, TPanel>
VirtualizingFastItemsControl<TItem, TPanel>
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class VirtualizingFastItemsControl<TItem, TPanel> : FastItemsControl<TItem, TPanel>, IVirtualizingFastItemsControl where TItem : FrameworkElement, new()
where TPanel : Panel, new()
Type Parameters
|
TItem
|
|
TPanel
|
Constructors
VirtualizingFastItemsControl()
Declaration
protected VirtualizingFastItemsControl()
Properties
IsVirtualizing
Declaration
public bool IsVirtualizing { get; set; }
Property Value
|
System.Boolean
|
VisibleContainers
Declaration
public IEnumerable VisibleContainers { get; }
Property Value
|
System.Collections.IEnumerable
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
Overrides
OnVisibleItemsChanged()
Declaration
protected virtual void OnVisibleItemsChanged()