Class PickerPanel
Picker Panel class
Inheritance
System.Object
PickerPanel
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class PickerPanel : Panel, IDisposable
Constructors
PickerPanel()
Initializes a new instance of the PickerPanel class.
Declaration
public PickerPanel()
Methods
ArrangeOverride(Size)
Arrange Override method
Declaration
protected override Size ArrangeOverride(Size finalsize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalsize | size type |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | return final size |
Dispose()
Dispose unwanted objects
Declaration
public void Dispose()
Dispose(Boolean)
Dispose method
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean type |
MeasureOverride(Size)
Measure override method
Declaration
protected override Size MeasureOverride(Size availablesize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availablesize | size type |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Available size |
Implements
System.IDisposable