Skip to main content
All docs
V26.1
  • TextBoxField.Scrollable Property

    Indicates whether a text box form field allows users to scroll through the text if it exceeds the visible area of the field.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public bool Scrollable { get; set; }

    Property Value

    Type Description
    Boolean

    true if the text box form field allows scrolling; otherwise, false.

    See Also