Enum TableLayoutType
Specifies the table layout algorithm: fixed-width columns or auto-fit columns based on content.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum TableLayoutType
AutoFit
Columns automatically adjust width based on content, overriding specified widths if necessary.
FixedWidth
Columns use fixed widths specified in the table definition, ignoring content size.