Class | Description | |
---|---|---|
ColumnAutoSizedEventArgs | Contains information about a column auto-sizing operation. | |
ColumnAutoSizingEventArgs | Contains information about a column auto-sizing operation. | |
ColumnResizedEventArgs | Contains information about a column resizing operation that has completed normally. | |
ColumnResizingEventArgs | Contains information about a column resizing operation. | |
KeyActionPerformedEventArgs | Contains information about a key action. | |
KeyActionPerformingEventArgs | Contains information about a key action. | |
RowResizedEventArgs | Contains information about a row resizing operation that has completed normally. | |
RowResizingEventArgs | Contains information about a row resizing operation. | |
ScrollEventArgs | Contains information about an event that may have been triggered by user interaction. |
Interface | Description | |
---|---|---|
IUIActionNotifier | Interface implemented by the UltraTimelineView control which allows the developer receive notifications for all user interface activity. |
Delegate | Description | |
---|---|---|
ColumnAutoSizedHandler | Defines the signature of the method that handles the ColumnResizing event. | |
ColumnAutoSizingHandler | Defines the signature of the method that handles the ColumnResizing event. | |
ColumnResizedHandler | Defines the signature of the method that handles the ColumnResized event. | |
ColumnResizingHandler | Defines the signature of the method that handles the ColumnResizing event. | |
KeyActionPerformedHandler | Defines the signature of the method that handles the KeyActionPerformed event. | |
KeyActionPerformingHandler | Defines the signature of the method that handles the KeyActionPerforming event. | |
RowResizedHandler | Defines the signature of the method that handles the RowResized event. | |
RowResizingHandler | Defines the signature of the method that handles the RowResizing event. | |
ScrollHandler | Defines the signature of the method that handles the Scroll event. |
Enumeration | Description | |
---|---|---|
TimelineViewAdjustableElementResizingPhase | Constants which describe the phase of a resize operation involving a AdjustableUIElement derived element such as a row or column header. |