Class ScheduleHorizontalTimeLineItemsControl
Represents an items control for arranging items in timeline view.
Inheritance
System.Object
ScheduleHorizontalTimeLineItemsControl
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleHorizontalTimeLineItemsControl : Control
Constructors
ScheduleHorizontalTimeLineItemsControl()
Initializes a new instance of the ScheduleHorizontalTimeLineItemsControl class.
Declaration
public ScheduleHorizontalTimeLineItemsControl()
Fields
DefaultIntervalWidth
Declaration
public const double DefaultIntervalWidth = 80
Field Value
Type |
---|
System.Double |
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize |
Returns
Type |
---|
Windows.Foundation.Size |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()