Class ScrollBarPanel
Panel that wraps ScrollBar. This panel is used to workaround bug in Silverlight. It must have only one child that should be ScrollBar.
Inheritance
System.Object
ScrollBarPanel
Namespace: Telerik.Windows.Controls.Pivot
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class ScrollBarPanel : Panel
Constructors
ScrollBarPanel()
Declaration
public ScrollBarPanel()
Properties
Orientation
Gets or sets a value that indicates the dimension by which child element is stacked.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|