Class MaxHeightPanel
Represents a class to measure and arrange child elements based on available size.
Inheritance
System.Object
MaxHeightPanel
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class MaxHeightPanel : Panel
Constructors
MaxHeightPanel()
Declaration
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
Extension Methods