List View Column Width / Field Size / Number of Characters or Lines Displayed

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2022 12:02 PM
40 Characters is Too Few. Unlimited Characters is Too Many.
Is there a way, for a give List View / Table Column (of type string), to display MORE than 40 characters, but LESS than ALL the characters. Here is the problem, depicted visually:
The sys_dictionary attribute "No truncate" gives me way too many characters.
The sys_ui_style "width" attribute did change the actual column width, but not the number of characters displayed WITHIN that width.
And This Article makes it sound like I can't do what I want to do. But I just want to make sure I'm interpreting it correctly.
Tell me it's possible. Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2022 01:25 PM
Hi Geoffrey,
Give this a try
Find the property labeled Number of characters displayed in list cells (glide.ui.list_chars) and adjust the number as desired (default is 40).
Reference: Increasing the Visible Characters of a Field in a List View (No Truncation)
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 06:45 AM
Thank you. That does work, but I was hoping to not have to change ALL FIELDS in the entire system. Really I just want to set the column characters for ONE field or ONE table.
Is there a way to configure the system to NEVER show more than one line of text in List Views?
I don't want my List View rows to ever grow vertically. See how row 2 is 6 lines high? I never want that. Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022 02:02 PM
I dont have anything back of my mind right now. will try to find out
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 09:00 AM
I have solution for part of your problems:
Global UI script "List Column width resizable by mouse"