New to Telerik UI for WPFStart a free 30-day trial

Panel that wraps ScrollBar. This panel is used to workaround bug in Silverlight. It must have only one child that should be ScrollBar.

Definition

Namespace:Telerik.Windows.Controls.Pivot

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

C#
public class ScrollBarPanel : Panel

Inheritance: objectScrollBarPanel

Constructors

C#
public ScrollBarPanel()

Properties

Orientation

Orientation

Gets or sets a value that indicates the dimension by which child element is stacked.

C#
public Orientation Orientation { get; set; }

Methods

C#
protected override Size ArrangeOverride(Size finalSize)
Parameters:finalSizeSizeReturns:

Size

C#
protected override Size MeasureOverride(Size availableSize)
Parameters:availableSizeSizeReturns:

Size