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