CellsAutoHeightOptions Properties
Options that configure automatic time cell height.Name | Description |
---|---|
AutoHeightMode | Gets or sets the mode used to calculate time cell heights in the Scheduler control. |
MaxHeight | Gets or sets the maximum time cell height. This property is in effect only when the CellsAutoHeightOptions.AutoHeightMode property equals “Full”. |
MinHeight | Gets or sets the minimum time cell height. This property is not in effect when the CellsAutoHeightOptions.AutoHeightMode property equals “None”. In this case, all time cells have the same height specified by the TimelineView.ResourceHeight property. |
See Also