DataView is a grid-style control designed to function as a drop-in replacement for Xojo's built-in ListBox control.
DataView is a subclass of piDogScrollingCanvas
To replace a Listbox, add the dataview and piDogScrollingCanvas folders to your project. Change the super of a listbox to DataView or drag a DataView from the Control Library.
Adds a new row to the list as a child of ParentRow using an array of strings
Adds a new row to the list as a child of ParentRow
Adds a new row to the list as a child of ParentRow using an array of variants
Adds a new column at Index using the passed newColumn to setup the column
Add a new column to the right side of the list
Add a new column to the right side of the list
Adds a list of rows with optional rowtags. Much faster to use during ExpandRow on a long list
Adds a list of rows with optional rowtags. Much faster to use during ExpandRow on a long list
Get the cue text for the Cell to be displayed when no value has been entered for an editable or popuSet the cue text for the Cell to be displayed when no value has been entered for an editable or popu
Gets a piDogDataView.ListColumn object containing width values for the column at index
Assigns a piDogDataView.ListColumn object containing width values for the column at index and refres
inserts a row into the list at index using an array of strings
inserts a row into the list at index
inserts a row into the list at index using an array of variants