Cell
Cells display field values within nodes. Each cell provides an in-place editor that can be invoked by end-users to edit the cell’s value.
The table below lists the main properties affecting the element’s appearance:
Appearance | The TreeListAppearanceCollection.Row, TreeListAppearanceCollection.OddRow, TreeListAppearanceCollection.EvenRow, TreeListAppearanceCollection.FocusedRow, TreeListAppearanceCollection.SelectedRow, TreeListAppearanceCollection.HideSelectionRow and TreeListAppearanceCollection.FocusedCell properties; the TreeListColumn.AppearanceCell property of columns; the Tree List’s TreeList.NodeCellStyle event. |
Custom Draw Event | The TreeList.CustomDrawNodeCell event. |
See Also