KaxSchedulerOverflowBehavior Property |
Gets or sets a value specifying the way KaxScheduler should behave when its content
overflows its dimensions.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic OverflowBehavior OverflowBehavior { get; set; }
Public Property OverflowBehavior As OverflowBehavior
Get
Set
public:
property OverflowBehavior OverflowBehavior {
OverflowBehavior get ();
void set (OverflowBehavior value);
}
member OverflowBehavior : OverflowBehavior with 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