AutoFitBehaviorType Enum
In This Article
Lists AutoFit layout algorithm types.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Fixed |
Columns have a fixed width, so the Auto |
Auto |
Table columns are automatically resized to fit the content. |
Auto |
Table is resized to fit within the page margins. |
See Also