RE: LV Right Align

new topic     » topic index » view thread      » older message » newer message

Bob,

Try using setColumn function in win32lib (assuming you're using 
win32lib).  For example

setColumn(myListView, 1, {"",100,'>'})

Will set the first column in myListView to have a column width of 100 
with the row contents right aligned.  A "" for the first element of the 
sequence means not to change the column heading text.  There's a good 
definition of this routine in the win32lib docs.

HTH,

Jonas
rswiston at hotmail.com wrote:
> Anyone know how to "right" align an entire column of a ListView control? 
>  A 
> simple question?  I hope so!
> 
> -Bob Swiston
> 
>

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu