Listviews - Column Justification

General development discussion.

Moderators: Susan Smith, admin, Gabriel

Post Reply
Susan Smith
Posts: 717
Joined: Sun Aug 10, 2008 4:24 am
Location: Southern California

Listviews - Column Justification

Post 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
Larry TIetz

Post by Larry TIetz »

Perhaps insert a column with no data?

Or pad the data in the left justified column with spaces
gordon
Posts: 358
Joined: Fri Apr 24, 2009 6:02 pm

Post by gordon »

No there isn't.

The way to do this is to put a one character protected column between them.
Susan Smith
Posts: 717
Joined: Sun Aug 10, 2008 4:24 am
Location: Southern California

Post 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
Post Reply