Click or drag to resize
MonthViewSettingsAdaptiveRowHeight Property
Gets or sets a value indicating whether the height of each row should be adjusted to match the height of its content.

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

Property Value

Type: Boolean
true if the height of each row should be adjusted to match the height of its content; false if all rows should be with the same height. The default value is false.
Remarks
By default, all rows are rendered with the same height. This property allows you to change this behaviour.
See Also