Is there any way to enlarge the size of a row on a List View?

CharlesR1
Kilo Guru

Hello all,

We need to increase the depth of rows on a specific list views so that we can see the full text on a selected column.

See the screenshot below - On the List row, the Passport Summary column is a string field with 5 text lines, but the standard list view only allows visibility of the first two rows and half of the third.

Is there any way to enlarge the row depth so that we can see all 5 lines??

find_real_file.png

Thanks very much,

Ch

1 ACCEPTED SOLUTION
4 REPLIES 4

Perfect - thanks!


a. To adjust the column width to display the full contents of a column in a list view (i.e not truncate):


  1. From the left navigation menu, select System Definition > Dictionary and find the column record you want to change.
  2. Add no_truncate to the Attributes field.

This solution   will change field attribute for all views



b. To apply this globally for every field:


    1. From the left navigation menu, select System Properties > UI Properties.
    2. Find the property labeled Number of characters displayed in list cells (glide.ui.list_chars) and adjust the number as desired (default is 40).

This solution will change number of displayed characters for all fields...



c. Is it possible to use no_truncate attribute in one list view?


sndangibbard
Mega Guru

Open the Dictionary record for Passport Summary and add the attribute: no_truncate=true



I hope this helps!