Class ScrollableVirtualCellsContainer
Represents a scrollable virtualized container that holds the virtual cell elements.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ScrollableVirtualCellsContainer : VirtualizedStackContainer<int>, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
ScrollableVirtualCellsContainer()
Declaration
public ScrollableVirtualCellsContainer()
Properties
RowElement
Gets or sets the row element.
Declaration
public VirtualGridRowElement RowElement { get; }
Property Value
Virtual The row element. |
Methods
ArrangeOverride(SizeF)
Arranges the element in the available size.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System. The final size. |
Returns
System.
|
Overrides
BeginMeasure(SizeF)
Begins the measure operation.
Declaration
protected override bool BeginMeasure(SizeF availableSize)
Parameters
System. Size of the available. |
Returns
System.
|
Overrides
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
GetElementContext()
Gets the element context.
Declaration
protected override object GetElementContext()
Returns
System.
|
Overrides
InitializeOffset()
Initializes the offset.
Declaration
protected override void InitializeOffset()
Overrides
IsItemVisible(Int32)
Determines whether the specified item is visible.
Declaration
protected override bool IsItemVisible(int data)
Parameters
System. The item. |
Returns
System.
|
Overrides
MeasureElementCore(RadElement, SizeF)
Measures the element.
Declaration
protected override SizeF MeasureElementCore(RadElement element, SizeF availableSize)
Parameters
Rad The element. |
System. The available size. |
Returns
System.
|