ColumnsPanel
Class
Panel used for column positioning. Sizes and positions columns evenly.
Definition
Namespace:Telerik.Windows.Controls.Sparklines
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class ColumnsPanel : Panel
Inheritance: objectColumnsPanel
Constructors
C#
public ColumnsPanel()
Fields
ColumnLayoutModeProperty
DependencyProperty
Identifies the ColumnLayoutMode dependency property.
C#
public static readonly DependencyProperty ColumnLayoutModeProperty
Properties
Gets or sets the ColumnLayoutMode.
C#
public ColumnLayoutMode ColumnLayoutMode { get; set; }
Methods
Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.
C#
protected override Size ArrangeOverride(Size finalSize)
The final area within the parent that this object should use to arrange itself and its children.
Returns:Size
The actual size that is used after the element is arranged in layout.