Just a small update:
* Fixed bug that allowed double-clicking of column header.
* Added methods to allow you to easily set an alternating row background
color.
---------------------------------------------------------------------------------
What is listview?
Listview.rb is a module containing a class that can be used to create
listviews (multi-column listboxes) in FXRuby.
Some of the features/advantages of listview over an FXIconList are:
* Clickable column headers that sort correctly based on data type.
* Left or right justified column data.
* Gridlines
* Alternating row colors.
* Custom sort arrow.
* Automatic commas and dollar sign for columns that you specify.
It is sub-classed from FXTable. You can read more about listview at:
http://www.netpromi.com/listview.html
and download it at:
http://www.netpromi.com/files/listview_1.2.0.zip
Thanks, as always to Jeroen and Lyle!
Jamey Cribbs
jc...@tw...
|