Class OverflowPanel
Represents the class for OverflowPanel.
Inheritance
System.Object
OverflowPanel
Implements
System.IDisposable
Assembly: Syncfusion.Tools.Wpf.dll
public class OverflowPanel : Panel, IDisposable
Constructors
Declaration
Fields
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
System.Windows.Controls.Orientation |
Declaration
public GroupBar ParentItemsControl { get; }
Property Value
Methods
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
System.Windows.Size |
finalSize |
|
Returns
Declaration
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
System.Windows.Size |
availableSize |
|
Returns
Implements
System.IDisposable