Class PivotComputationInfoPanel
This class represents the PivotComputationInfo StackPanel, represented as a ItemsPanel for ComputationInfo Grouping Bar.
Inheritance
System.Object
PivotComputationInfoPanel
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotComputationInfoPanel : StackPanel
Constructors
PivotComputationInfoPanel()
Declaration
public PivotComputationInfoPanel()
Methods
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the System.Windows.FrameworkElement-derived class.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available. |
Returns
Type | Description |
---|---|
System.Windows.Size | The size that this element determines it needs during layout, based on its calculations of child element sizes. |
OnRender(DrawingContext)
Updates the background for child elements when the items are set to AllowRunTimeGroupByField property false.
Declaration
protected override void OnRender(DrawingContext dc)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc |
OnVisualChildrenChanged(DependencyObject, DependencyObject)
Invalidates the visual once the ListBoxItems are added.
Declaration
protected override void OnVisualChildrenChanged(DependencyObject visualAdded, DependencyObject visualRemoved)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | visualAdded | |
System.Windows.DependencyObject | visualRemoved |