New to Telerik Document ProcessingStart a free 30-day trial

Specifies the table layout algorithm: fixed-width columns or auto-fit columns based on content.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum TableLayoutType

Fields

Columns automatically adjust width based on content, overriding specified widths if necessary.

C#
AutoFit = 1

Columns use fixed widths specified in the table definition, ignoring content size.

C#
FixedWidth = 0
In this article
DefinitionFieldsAutoFitFixedWidth
Not finding the help you need?
Contact Support