Skip to main content

PdfAcroFormTextBoxField.Scrollable Property

Specifies whether a text box field can be scrollable when the entered text exceeds the field area.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool Scrollable { get; set; }

Property Value

Type Description
Boolean

true, if a text box field is scrollable when the entered text exceeds the field area; otherwise, false.

Remarks

If the PdfAcroFormTextBoxField.Multiline property is set to true, you can scroll text vertically in the text box field.

See Also