Class OverflowPanel
Represents the class for OverflowPanel.
Inheritance
System.Object
OverflowPanel
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class OverflowPanel : Panel, IDisposable
Constructors
OverflowPanel()
Initializes a new instance of the OverflowPanel class.
Declaration
public OverflowPanel()
Fields
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
Orientation
Gets or sets the layout orientation of the OverflowPanel.
Declaration
public Orientation Orientation { get; set; }
Property Value
| Type |
|---|
| System.Windows.Controls.Orientation |
ParentItemsControl
Gets the parent GroupBar that owns the items displayed in OverflowPanel.
Declaration
public GroupBar ParentItemsControl { get; }
Property Value
| Type |
|---|
| GroupBar |
Methods
ArrangeOverride(Size)
Arranges the child elements of the OverflowPanel based on the final layout size provided by the layout system.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Size | finalSize | The final area within the parent that this panel should use to arrange itself and its children. |
Returns
| Type |
|---|
| System.Windows.Size |
Dispose()
Dispose method
Declaration
public void Dispose()
MeasureOverride(Size)
Measures the size required for child elements in the OverflowPanel given the available space.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Size | availableSize | The size available for the panel to layout its children. |
Returns
| Type |
|---|
| System.Windows.Size |
Implements
System.IDisposable