[This is preliminary documentation and is subject to change.]
[Deprecated] Windows Forms support for building flexible grids
Classes
Class | Description | |
---|---|---|
![]() | CellElement |
Represents a cell in a grid
|
![]() | CellView |
Provides a viewport for grid cells
|
![]() | Column |
Represents grid column definition
|
![]() | Column TRow, TValue |
Represents typed grid column definition
|
![]() | ColumnList | |
![]() | ColumnResizeElement |
Represents a cell in a grid
|
![]() | CommentElement |
Represents a comment hover element for grid
|
![]() | Grid |
Implements a Grid control base. DataRowSource is a list of row objects - if it changes in separate thread then it is row's responsibility to synchronize
accessors as this grid makes no assumptions about thread safety
|
![]() | NotifyDataSourceChangedEventArgs | |
![]() | RowMap |
Holds mappings of rows to grid vertical plane
|
![]() | RowMapEntry |
Contains mapping information of rows to vertical grid plane
|
Delegates
Delegate | Description | |
---|---|---|
![]() | CellSelectionEventHandler |
Event handler that gets called after usee select a cell
|
![]() | ColumnAttributesChangedEventHandler | |
![]() | GetCommentHandler TRow |
Event handler that gets comment value(if any) for the cell
|
![]() | GetHasValueHandler TRow, TValue |
Event handler that determine whether row has data for this column
|
![]() | GetValueHandler TRow, TValue |
Event handler that gets data for columns from rows
|
![]() | NotifyDataSourceChangedEventHandler |