Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfGraphicsAcroFormTextBoxField.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.v19.1.Drawing.dll

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 PdfGraphicsAcroFormTextBoxField.Multiline property is set to true, you can scroll text vertically in the text box field.

See Also