Class LoopItemsPanel
Represents a LoopItemsPanel.
Inheritance
System.Object
LoopItemsPanel
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class LoopItemsPanel : Panel
Constructors
LoopItemsPanel()
Declaration
public LoopItemsPanel()
Methods
ArrangeOverride(Size)
Arrange all items
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.Foundation.Size | finalSize |
Returns
| Type |
|---|
| Windows.Foundation.Size |
MeasureOverride(Size)
Measure items
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.Foundation.Size | availableSize |
Returns
| Type |
|---|
| Windows.Foundation.Size |