Multline Textfield without scroll-bar

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
UDRO
Posts: 22
Joined: Mon Sep 21, 2020

19 Nov 2020

Hello,

I use a multiline-textfield in a form. In display-mode all text lines are visible. In edit-mode only a few text lines are visible and the users have to scroll through the text.

Is there any way to display the whole text in the field without scroll-bar?

Regards UDRO

User avatar
mnikitina
Posts: 264
Joined: Wed Jun 05, 2019

20 Nov 2020

Hello UDRO,

You can increase the height of the Multiline text field using CSS.

First, give the field a CSS class, like this:
Image

Then, add the following code to CSS editor:

Code: Select all

.multiline textarea {
    height: 1500px !important;
}

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 11 guests