Skip to main content
All docs
V24.1

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.v24.1.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