Scriptable object, inherited from IPane
Generic List Pane Interface
Event Handlers
| Event Handler | Description |
| CanClose | Indicates that pane can be closed (terminated on application exit) |
| Method | Description |
| Activate | Activates the pane |
| Add | Add new line to the list |
| AddColumn | Add new column to list |
| AddItem | Add new line item to the list |
| Clear | Clears the contents of the list pane |
| Create | Creates page on demand |
| CreateItem | Create new line item (not added to the list) |
| Deactivate | DeActivates (close) the pane |
| equals | Compare, if objects are equal |
| InsertItem | Insert new line item to the list |
| Invalidate | Force list invalidation |
| Lock | Lock ListPane data, for updates from another threads |
| RemoveColumn | Remove column by index |
| RemoveItem | Add new line item to the list |
| Unlock | UnLock ListPane data, for updates from another threads |