EasyListView is a Clarion wrapper around a .NET ListView. It makes the ListView easy to use in your Clarion applications and provides some neat extra functionality.
Added:
New event OnSortOrderChanged(STRING aspect, long pSortOrder) on sort order change (embed point "Sort order changed"). aspect - sorting column, pSortOrder - sorting order (Ascending = 1, Descending = 2).
New custom renderer for the Tile view mode: ThumbnailRenderer to view image files (like in Explorer).
Possibility to redefine Title in the custom tile renderer (SetTileRendererTitleColumn method, template "Appearance | Images | Tile view | Redefine title column").
Possibility to set default image for the custom tile renderer (SetDefaultTileImage method, template "Appearance | Images | Tile view | Default image").
Possibility to change default cell size in the Tile mode (SetTileSize method, template "Appearance | Images | Tile view | Tile width/height").
New in template:
For the file data source it is possible to use SQL query (template "Data source | FILE | Use Sql query").
Demo app:
NEW: "Image viewer" (using of ThumbnailRenderer).
Note that you need to re-register new EasyListView.dll.
Free upgrade for all customers who have a current (valid) subscription plan.