Class VirtualRowsContainerElement
Represents the container of the virtual row elements.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualRowsContainerElement : LayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
VirtualRowsContainerElement()
Declaration
public VirtualRowsContainerElement()
Properties
BottomPinnedRows
Gets the bottom pinned rows.
Declaration
public StackLayoutElement BottomPinnedRows { get; }
Property Value
Stack The bottom pinned rows. |
ScrollableRows
Gets the scrollable rows.
Declaration
public ScrollableVirtualRowsContainer ScrollableRows { get; }
Property Value
Scrollable The scrollable rows. |
TableElement
Gets or sets the table element.
Declaration
public VirtualGridTableElement TableElement { get; set; }
Property Value
Virtual The table element. |
TopPinnedRows
Gets the top pinned rows.
Declaration
public StackLayoutElement TopPinnedRows { get; }
Property Value
Stack The top pinned rows. |
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
GetRowElement(Int32)
Gets the row element.
Declaration
public VirtualGridRowElement GetRowElement(int rowIndex)
Parameters
System. Index of the row. |
Returns
GetRowElements()
Gets the row elements.
Declaration
public IEnumerable<VirtualGridRowElement> GetRowElements()
Returns
System.
|
MeasureOverride(SizeF)
Measures the space required by the Rad
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System. The size that is available to the Rad |
Returns
System. The minimum size required by the element to be completely visible. Cannot be infinity. |
Overrides
Remarks
In this method call to the Measure method of each child must be made.
UpdateElementSpacing()
Updates the element spacing.
Declaration
public void UpdateElementSpacing()