Enum HeightType
Specifies how table row height is interpreted: automatically calculated, enforced as minimum, or set to an exact fixed value.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum HeightType
AtLeast
Enforces a minimum height that can expand if content requires more space.
Auto
Height is automatically calculated based on content, allowing rows to grow as needed.
Exact
Sets a fixed height that does not change regardless of content size, potentially clipping overflow.