Solved

Horizontal scroll in multiline element

  • 23 June 2021
  • 4 replies
  • 67 views

Userlevel 1
Badge +2

Hi,

I would like to scroll horizontally in the multiline userinterface controll, without using the magnifier glass.

How can I do this? Currently there is only a vertical scroll bar.

 

icon

Best answer by Mark Jongeling 23 June 2021, 15:25

View original

4 replies

Userlevel 7
Badge +23

Hi,

The multiline component does not have this functionality. Best way of negating this is setting the Field label ("Inhoud”) width to 0px and place it instead above the field as Form group label, and lastly change the form field width to be more wider. That way the form field is much wider and therefore can show more information.

Userlevel 1
Badge +2

Hi,

Thank you for your answer.

May I ask what type of element the query element in the SF is?

I just noticed that that one is having a horizontal scrollbar.

 

Userlevel 1
Badge +2

Sorry, i want to have a scrollbar on the HTML element. Not on the multiline element

Userlevel 7
Badge +23

Hi,

Thank you for your answer.

May I ask what type of element the query element in the SF is?

I just noticed that that one is having a horizontal scrollbar.

 

When using the Domain control type Code editor the field will get this look. Not recommended to use for just text as trying to open it externally will open SQL Server Management Studio (or a program that is the default .sql file editor)

Reply