[Closed] Align listview items to column center
Hi all,
Anyone knows how to align listview items to column center? According to maxscript reference, there is a property called .alignment, but it doesn’t seem to work.
Can anyone please confirm or tell if there is a way to do this?
Thanks alot,
Light
You can only seem to get and set the columnHeader alignment, but even that freaks out when you try to set it to anything other than #lvwColumnLeft. Not sure. It looks like an access thing.
Thanks Martin. Yeah you can only get it but not set it. Too bad.
Thanks again,
Light
I would like to, but for this project I need to limit myself to max 8.
It’s just I need to have a number of nodes that needs to be centered. Since I can’t use listview to do that, I will stick to using a treeview with automatically added spaces, to make the text appear center.
Light