Class PivotVirtualizedStackContainer
Represents a pivot virtualized stack container.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotVirtualizedStackContainer : BaseVirtualizedContainer<PivotGroupNode>, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
PivotVirtualizedStackContainer()
Declaration
public PivotVirtualizedStackContainer()
Properties
ItemSpacing
Gets or sets the item spacing.
Declaration
public int ItemSpacing { get; set; }
Property Value
System.Int32
The item spacing. |
LayoutType
Gets or sets the type of the layout.
Declaration
public PivotLayout LayoutType { get; set; }
Property Value
PivotLayout
The type of the layout. |
Orientation
Gets or sets the orientation.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
The orientation. |
ScrollOffset
Gets or sets the scroll offset.
Declaration
public int ScrollOffset { get; set; }
Property Value
System.Int32
The scroll offset. |
Methods
ArrangeOverride(SizeF)
Arranges the RadElement to its final location. The element must call the Arrange method of each of its children.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
The size that is available for element. |
Returns
System.Drawing.SizeF
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 with the available size.
Declaration
protected override bool BeginMeasure(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
Size of the available. |
Returns
System.Boolean
|
Overrides
EndMeasure()
Ends the measure.
Declaration
protected override SizeF EndMeasure()
Returns
System.Drawing.SizeF
|
Overrides
IsItemVisible(PivotGroupNode)
Determines whether the specified item is visible.
Declaration
protected override bool IsItemVisible(PivotGroupNode data)
Parameters
PivotGroupNode
data
The item. |
Returns
System.Boolean
|
Overrides
MeasureElement(IVirtualizedElement<PivotGroupNode>)
Measures the element.
Declaration
protected override bool MeasureElement(IVirtualizedElement<PivotGroupNode> element)
Parameters
IVirtualizedElement<PivotGroupNode>
element
The element. |
Returns
System.Boolean
|
Overrides
MeasureElements()
Measures the elements.
Declaration
protected override void MeasureElements()