Class ScheduleDaysAppointmentLayoutPanel
Represents a layout panel for arranging appointments in day view.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleDaysAppointmentLayoutPanel : Panel, IDisposable
Constructors
ScheduleDaysAppointmentLayoutPanel()
Initializes a new instance of the ScheduleDaysAppointmentLayoutPanel class.
Declaration
public ScheduleDaysAppointmentLayoutPanel()
Methods
ArrangeOverride(Size)
Provides the behavior for the "arrange" pass of Silverlight layout. Classes can override this method to define their own arrange pass behavior.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.Foundation.Size | finalSize | The final area within the parent that this object should use to arrange itself and its children. |
Returns
| Type | Description |
|---|---|
| Windows.Foundation.Size | The actual size used. |
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
MeasureOverride(Size)
Provides the behavior for the "measure" pass of Silverlight layout. Classes can override this method to define their own measure pass behavior.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.Foundation.Size | availableSize | The available size that this object can give to child objects. Infinity can be specified as a value to indicate that the object will size to whatever content is available. |
Returns
| Type | Description |
|---|---|
| Windows.Foundation.Size | The size that this object determines it needs during layout, based on its calculations of child object allotted sizes. |