Page 1 of 1

Listviews - Column Justification

Posted: Wed Jan 13, 2010 5:40 pm
by Susan Smith
Hi all,

Can you adjust the distance between two columns in a listview? I have a listview where there is a Right-Justified column (dollar amount) immediately to the left of a LEFT-justified column. There is hardly any room between the two columns at all and it looks terrible. Is there a way to adjust this spacing short of moving the order of the columns (which isn't an option)?

-- Susan

Posted: Wed Jan 13, 2010 6:13 pm
by Larry TIetz
Perhaps insert a column with no data?

Or pad the data in the left justified column with spaces

Posted: Wed Jan 13, 2010 6:17 pm
by gordon
No there isn't.

The way to do this is to put a one character protected column between them.

Posted: Wed Jan 13, 2010 6:20 pm
by Susan Smith
Hi Larry,

That's exactly what I came up with too...padding the left-justified field with preceding spaces. That looks okay, so unless I hear a better solution, I'll stick with that one.

Thanks for helping.

-- Susan