The TreeListData class defines the data type of the listData property
implemented by drop-in item renderers or drop-in item editors for the Tree control.
All drop-in item renderers and drop-in item editors must implement the
IDropInListItemRenderer interface, which defines the listData property.
While the properties of this class are writable, you should considered them to
be read only. They are initialized by the Tree class, and read by an item renderer
or item editor. Changing these values can lead to unexpected results.
The index of the column of the List-based control relative
to the currently visible columns of the control, where the first column
is at an index of 1.
The index of the row of the DataGrid, List, or Tree control relative
to the currently visible rows of the control, where the first row
is at an index of 1.