Class ScrollPanel
Represents a class which provides implementation of view and swiping behavior.
Inheritance
System.Object
ScrollPanel
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class ScrollPanel : Panel, IDisposable
Constructors
ScrollPanel()
Initializes a new instance of the ScrollPanel class.
Declaration
public ScrollPanel()
ScrollPanel(SfScheduler)
Initializes a new instance of the ScrollPanel class.
Declaration
public ScrollPanel(SfScheduler scheduler)
Parameters
| Type | Name | Description |
|---|---|---|
| SfScheduler | scheduler | the schedule. |
Methods
ArrangeOverride(Size)
Called to arrange the appointment control children in panel.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Size | finalSize | The measured size of the panel. |
Returns
| Type | Description |
|---|---|
| System.Windows.Size | The size. |
Dispose()
Disposes all the resources used by the ScrollPanel class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the ScrollPanel 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 |
|---|---|---|
| System.Windows.Size | availableSize | The available size that this object can give to child objects. |
Returns
| Type | Description |
|---|---|
| System.Windows.Size | The size. |
OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)
Occurs on manipulation inertia starting.
Declaration
protected override void OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Input.ManipulationInertiaStartingEventArgs | e | The event arguments. |
Implements
System.IDisposable