Enum
TableLayoutType

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.

Declaration

cs-api-definition
AutoFit = 1

Field Value

TableLayoutType

FixedWidth

Uses fixed column widths; content is clipped or wrapped within given sizes.

Declaration

cs-api-definition
FixedWidth = 0

Field Value

TableLayoutType

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