Page 1 of 1

ListIconGadget column alignment

Posted: Wed Sep 01, 2010 10:15 pm
by USCode
It would be very useful to have a PB (cross platform) command that allows us to set the column alignment (left, center, right) for each column in a ListIconGadget.

e.g. SetColumnAlign(Gadget, Column, #PB_Align_Center)

For example, see the Linux code Freak detailed here:
http://www.purebasic.fr/english/viewtop ... +alignment

Re: ListIconGadget column alignment

Posted: Tue Feb 21, 2012 9:54 pm
by Shardik
I was just able to present a cross-platform solution for Windows,
Linux and MacOS X: :P
http://www.purebasic.fr/english/viewtop ... 31&start=8