Enum
TableLayoutType

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:

cs-api-definition
public enum TableLayoutType

Fields

AutoFit

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

Declaration

cs-api-definition
AutoFit = 1

Field Value

TableLayoutType

FixedWidth

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

Declaration

cs-api-definition
FixedWidth = 0

Field Value

TableLayoutType

In this article
DefinitionFieldsAutoFitFixedWidth
Not finding the help you need?
Contact Support