Re: [Fxruby-users] Listview control
Status: Inactive
Brought to you by:
lyle
From: Sander J. <sa...@kn...> - 2003-12-15 04:06:05
|
No, Unless its absolutely necessary for your application to have things aligned right/center/left use the FXTable class, but I would advise against using that. FXIconList is much easier to work with and works for most cases. Also FXTable is still under construction and things like selecting whole rows you to implement yourself in callbacks from the table. Sander On Sunday 14 December 2003 09:10 pm, Carl Youngblood wrote: > > iconList.appendItem("#{theCustomer.name}\t#{theCustomer.address}\t#{theC > > ustomer.phone}", ...) > > Is there a way to specify whether a given column in the detail view is > left, right or center aligned? Or would this be a feature geared more > towards the FXTable class? -- "I've had a wonderful time, but this wasn't it." - Groucho Marx (1895-1977) |