Right justify the Programmable column in details view

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

otlaolap
Silver Member
Silver Member
Posts: 253
Joined: 2007 Aug 11, 21:37

Right justify the Programmable column in details view

Post by otlaolap »

Is there a way to right-justify the detail-view Programmable column? In one of my uses the column is filled with numbers. I'd like to be able to sort them as well as see them, and making all the numbers have an equal width using prefix blanks or zeros is ugly (the font in the column is not monospace and seeing 00003 instead of 3 is tedious in a long column of numbers). X2 blows up if it I send it the standard windows message to right-justify a listview column, and I've no idea what an ATL:ListView might expect. [It blows up to the limit of my hack ability -- the method worked when tested with a standard listviiew in another program -- so "blows up when I send it the standard windows message" might be viewed with a smidgeon of uncertainty.]
User avatar
nikos
Site Admin
Site Admin
Posts: 16344
Joined: 2002 Feb 07, 15:57
Location: UK

Re: Right justify the Programmable column in details view

Post by nikos »

apparently not, but I will make it so for the next version (if programmable is a number, it will right justify)
otlaolap
Silver Member
Silver Member
Posts: 253
Joined: 2007 Aug 11, 21:37

Re: Right justify the Programmable column in details view

Post by otlaolap »

Thanks.