Click or drag to resize
KaxSchedulerOverflowBehavior Property
Gets or sets a value specifying the way KaxScheduler should behave when its content overflows its dimensions.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public OverflowBehavior OverflowBehavior { get; set; }

Property Value

Type: OverflowBehavior
One of the OverflowBehavior values. The default value is OverflowBehavior.Scroll.
Remarks
By default KaxScheduler will render a scrollbar should its content exceed the specified dimensions (set via the Width and Height properties). If OverflowBehavior.Expand is set KaxScheduler will expand vertically. The Height property must not be set in that case.
See Also