PivotCellsPanel
Class
Represents a panel that lays out cells in a TableBase.
Definition
Namespace:Telerik.Windows.Controls.Pivot
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public class PivotCellsPanel : Panel
Inheritance: objectPivotCellsPanel
Constructors
Initializes a new instance of the PivotCellsPanel class.
C#
public PivotCellsPanel()
Methods
C#
protected override Size ArrangeOverride(Size finalSize)
Size
C#
protected override HitTestResult HitTestCore(PointHitTestParameters hitTestParameters)
HitTestResult
C#
protected override Size MeasureOverride(Size availableSize)
Size
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
C#
protected override void OnRender(DrawingContext dc)