RadBrowserPanel
Class
Panel simulating tabs behavior in modern browsers. Until min width is reached, adding new items makes the items smaller, to fit in the available width. When min width cannot be guaranteed, ScrollViewer becomes visible. This panel expects it hosts items from ItemsPresenter which is inside ScrollViewer.
Definition
Namespace:Telerik.Windows.Controls.Primitives
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class RadBrowserPanel : Panel
Inheritance: objectRadBrowserPanel
Constructors
Initializes a new instance of the RadBrowserPanel class.
C#
public RadBrowserPanel()
Fields
ItemMinWidthProperty
DependencyProperty
Identifies the ItemMinWidth property.
C#
public static readonly DependencyProperty ItemMinWidthProperty
ItemWidthProperty
DependencyProperty
Identifies the ItemWidth property.
C#
public static readonly DependencyProperty ItemWidthProperty
Properties
The default desired minimum width of the items in the panel.
C#
public double ItemMinWidth { get; set; }
Methods
C#
protected override Size ArrangeOverride(Size finalSize)
Size
C#
protected override Size MeasureOverride(Size availableSize)
Size