Class ScrollableVirtualRowsContainer
Represents a virtualized container for the virtual rows.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ScrollableVirtualRowsContainer : VirtualizedStackContainer<int>, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
ScrollableVirtualRowsContainer()
Declaration
public ScrollableVirtualRowsContainer()
Properties
TableElement
Gets or sets the table element.
Declaration
public VirtualGridTableElement TableElement { get; set; }
Property Value
Virtual The table element. |
TopOffset
Gets or sets the top offset.
Declaration
public float TopOffset { get; set; }
Property Value
System. The top offset. |
Methods
ArrangeOverride(SizeF)
Arranges the Rad
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System. The size that is available for element. |
Returns
System. The rectangle occupied by the element. Usually |
Overrides
Remarks
In this method call to the Arrange method of each child must be made.
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
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 with the available size.
Declaration
protected override SizeF MeasureElementCore(RadElement element, SizeF availableSize)
Parameters
Rad The element. |
System. Size of the available. |
Returns
System.
|
Overrides
UpdateElement(Int32, Int32)
Updates the element at concrete position
Declaration
protected override IVirtualizedElement<int> UpdateElement(int position, int data)
Parameters
System. The position. |
System. The data. |
Returns
IVirtualized
|