Enum TableLayoutType
Table layout algorithm controlling how column widths are computed.
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Flow
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum TableLayoutType
AutoFit
Sizes columns based on content and available width.
FixedWidth
Uses fixed column widths; content is clipped or wrapped within given sizes.