Getting Started with DataView
Here are a few simple steps to get started integrating DataView into your project.
Once you've downloaded the DataView Demo and opened it in Xojo, copy the folders named piDogDataView_Folder and piDogScrollingCanvas_Folder and paste them both into a new or existing project. DataView is a subclass of piDogScrollingCanvas.
To change an existing listbox to a DataView, you will select the Listbox in the IDE and change the super to piDogDataView.DataView. Once completed, you should be able to see many options available in the inspector.
To add a DataView to a window, you can drag a DataView control from the Library pane of the IDE like any other control.
Take a look at the documentation included in the download for information about the various methods, events and properties available.