Hello,
I have 2 memo fields ([Description of Change] and [Strategy Change Requirements]) on my form. One shows a horizontal scroll bar, and one does not. I can't figure out how to remove the scroll bar from the top one in the screen shot below. Any ideas?
are they within panel(s)?
what's their 'Resize on runtime' settings?
are they plain text or reach text controls?
Hello,
To answer your questions:
1. Yes, the are both in panels
2. The "Resize at runtime' setting is "Yes" for both
3. Plain text or reach text controls - I do not know how to tell this. In the Formatting section, they both use nf-form-input nf-section (created by Nintex)
the scrollbar may disappear if
- if you remove nf-section class
- or make panel a bit larger then "memo" (multiline text) control in each direction
- or customize/override nf-section CSS style