ClassScrollBarPanel
Class
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:
cs-api-definition
public class ScrollBarPanel : Panel
Inheritance: objectScrollBarPanel
Constructors
ScrollBarPanel()
Declaration
cs-api-definition
public ScrollBarPanel()
Properties
Orientation
Gets or sets a value that indicates the dimension by which child element is stacked.
Declaration
cs-api-definition
public Orientation Orientation { get; set; }
Property Value
Orientation
Methods
ArrangeOverride(Size)
Declaration
cs-api-definition
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
MeasureOverride(Size)
Declaration
cs-api-definition
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size