Class TimelineViewPanel
Represents a class contains timeline cells to be displayed in timeline view.
Inheritance
System.Object
TimelineViewPanel
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class TimelineViewPanel : Panel, IDisposable
Constructors
TimelineViewPanel()
Initializes a new instance of the TimelineViewPanel class.
Declaration
public TimelineViewPanel()
Methods
ArrangeOverride(Size)
Called to arrange the appointment control children in panel.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | The measured size of the panel. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The size. |
Dispose()
Disposes all the resources used by the TimelineViewPanel class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the TimelineViewPanel class.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Indicates whether the call is from Dispose method or from a System.GC.SuppressFinalize(System.Object). |
MeasureOverride(Size)
Called to determine the size requirements for this panel and all of its children.
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. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The size. |
Implements
System.IDisposable