Class PivotHeaderVirtualizedContainer
Represents virtualized header container
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotHeaderVirtualizedContainer : BaseVirtualizedContainer<PivotGroupNode>, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
PivotHeaderVirtualizedContainer(RadPivotGridElement)
Initializes a new instance of the Pivot
Declaration
public PivotHeaderVirtualizedContainer(RadPivotGridElement owner)
Parameters
Rad The owner. |
Properties
ItemSpacing
Gets or sets the item spacing.
Declaration
public int ItemSpacing { get; set; }
Property Value
System. The item spacing. |
LayoutType
Gets or sets the type of the layout.
Declaration
public PivotLayout LayoutType { get; set; }
Property Value
Pivot The type of the layout. |
Orientation
Gets or sets the orientation.
Declaration
public Orientation Orientation { get; set; }
Property Value
System. The orientation. |
Owner
Gets the owner.
Declaration
public RadPivotGridElement Owner { get; }
Property Value
Rad The owner. |
ScrollOffset
Gets or sets the scroll offset.
Declaration
public int ScrollOffset { get; set; }
Property Value
System. The scroll 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.
BeginMeasure(SizeF)
Begins the measure operation.
Declaration
protected override bool BeginMeasure(SizeF availableSize)
Parameters
System. Size of the available. |
Returns
System.
|
Overrides
EndMeasure()
Ends the measure operation.
Declaration
protected override SizeF EndMeasure()
Returns
System.
|
Overrides
GetExpectedSize()
Gets the expected size.
Declaration
public int GetExpectedSize()
Returns
System.
|
GetTotalChildrenSize(PivotGroupNode)
Gets the total size of the children.
Declaration
public int GetTotalChildrenSize(PivotGroupNode data)
Parameters
Pivot The data. |
Returns
System.
|
IsItemVisible(PivotGroupNode)
Determines whether the specified item is visible.
Declaration
protected override bool IsItemVisible(PivotGroupNode data)
Parameters
Pivot The item. |
Returns
System.
|
Overrides
MeasureElement(IVirtualizedElement<PivotGroupNode>)
Measures the element.
Declaration
protected override bool MeasureElement(IVirtualizedElement<PivotGroupNode> element)
Parameters
IVirtualized The element. |
Returns
System.
|
Overrides
MeasureElements()
Measures the elements.
Declaration
protected override void MeasureElements()