Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List box is cut off

I have a list box with a field, and a Count(Distinct FieldXYZ) as an expression.

When doing this, the field gets the first half of the list box (in terms of max displayed characters), and the expression gets the second half of the list box.  The field is generally much larger than the counts.. is there any way to allot more space to the field, and less for the expression?  Otherwise, the user can't see both the field and the count at the same time without scrolling back and forth.

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar

You can resize the colums with the mouse. If you hover the mouse at the column border the cursor will change to a double headed arrow. You can then drag the column border to the left or the right to resize the column.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

You can resize the colums with the mouse. If you hover the mouse at the column border the cursor will change to a double headed arrow. You can then drag the column border to the left or the right to resize the column.


talk is cheap, supply exceeds demand
Not applicable
Author

Ahh, just found it.  There was a lot of white space between the field and expression, so it was difficult to find the special spot where the cursor turns into a double headed arrow.

My expressions were also right justified, which was causing problems.  I now made them left justified, resized the field, and disabled the horizontal scrollbar since it moves the entire thing (would prefer to scroll the field part only, as it does when you use show frequency, but not having that is fine).

Thank you!