Skip to main content
All docs
V23.2

PdfTextFormFieldFacade.Scrollable Property

Gets or sets whether to scroll the text field when the text does not fit the widget rectangle.

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 to allow scrolling; otherwise, false.

See Also