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
VirtualGridRowElement
The row element. |
Methods
ArrangeOverride(SizeF)
Arranges the element in the available size.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
The final size. |
Returns
System.Drawing.SizeF
|
Overrides
BeginMeasure(SizeF)
Begins the measure operation.
Declaration
protected override bool BeginMeasure(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
Size of the available. |
Returns
System.Boolean
|
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.Object
|
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.Int32
data
The item. |
Returns
System.Boolean
|
Overrides
MeasureElementCore(RadElement, SizeF)
Measures the element.
Declaration
protected override SizeF MeasureElementCore(RadElement element, SizeF availableSize)
Parameters
RadElement
element
The element. |
System.Drawing.SizeF
availableSize
The available size. |
Returns
System.Drawing.SizeF
|