Click or drag to resize

PdfTextFieldDoNotScroll Property

Gets or sets the form field's "DoNotScroll" flag.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool DoNotScroll { get; set; }

Property Value

Type: Boolean
Remarks

If true, the text field can not scroll (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits; if false, the form field's text can be scrolled and accomidate any amount of text (unless limited by MaxLength). Additionally if true, once the field is full, no further text will be accepted for interactive form filling. (NOTE: Because of a known bug in Firefox, input in this browser may not be properly limited.)

This property can not be changed if IsLocked is true.

See Also