3

I am looking for an equivalent of a grid control in Rebol, to display some table data.

I came across this script: face-grid.r

...and its associated demo: face-grid-demo.r

This seems to be an excellent start. Does anyone know if there is some active and/or newer version of this grid, or something similar?

4

1 に答える 1

2

Depending what you need exactly. Brett's datagrid is a bit basic. For example, it does not handle scrollers by itself.

Henrik has done a list-view with tons of features. Maybe it can be a choice for you : list-view.

But there are also different list styles part of the VID extension kit from the same author. Here is the list documentation.

All are for Rebol2.

于 2012-12-20T12:52:17.453 に答える