FXListview
FXListview is a module containing an FXRuby class that has some of the common functionality of a multi-column listbox. It is subclassed from the FXTable widget.
Download
Features
- Column headers
- Left or right justified column data
- The listview can be sorted simply by clicking on a column header. The sorting will be done according to the defined column type. Clicking on the same column again will reverse the sort order. A visual clue of the current sort column and direction is indicated by an arrow.
- Custom sort column arrows
- Columns can be resized dynamically using the mouse.
- Gridlines
- Alternating row colors
- Entire rows are selected, instead of just individual cells when clicking on the listview.
- You can do a search on the currently sorted column.
- You can specify column attributes such as commas and dollarSign and listview will automatically add them to the display.
What does it look like?