Windows Forms list controls developed by Eric Woodruff.
This namespace contains a set of custom DataGridView columns that further extend its editing abilities.
| AutoCompleteTextBoxCell | This file contains a data grid view cell object that hosts a textbox with the auto-complete properties exposed. |
| AutoCompleteTextBoxColumn | This data grid view column hosts a textbox control and exposes its auto-complete features |
| BaseComboBoxCell | This data grid view cell type acts as an abstract base class for the combo box cells derived from it |
| BaseComboBoxCellObjectCollection | This object collection is used to hold items for the list controls and is sortable in ascending or descending order. |
| BaseComboBoxColumn | This data grid view column acts as an abstract base class for the combo box columns derived from it. |
| BaseDataGridViewCell | This is a base DataGridViewCell class that contains various common properties and methods used by its derived classes. |
| BaseImageCell | This abstract base data grid view image cell object supports editing and contains common properties and methods used by its derived types. |
| ImageListCell | This data grid view cell type displays an image from an image list based on the index retrieved from the cell value. |
| ImageListColumn | This data grid view column contains ImageListCell objects |
| IndicatorCell | This data grid view cell type displays images from an image list in an on/off state based on the cell value. |
| IndicatorClickEventArgs | This is used provide information about the image index that was clicked in an IndicatorColumn cell. |
| IndicatorColumn | This data grid view column contains IndicatorCell objects |
| MapIndexEventArgs | This is used to map a cell value to an image list index and vice versa for the ImageListColumn |
| MapIndicatorEventArgs | This is used to map a cell value to a set of on/off states for drawing an IndicatorColumn cell value. |
| MapRatingEventArgs | This is used to map a cell value to a rating value and vice versa for the RatingColumn |
| MultiColumnComboBoxCell | This data grid view cell type displays a MultiColumnComboBox |
| MultiColumnComboBoxColumn | This data grid view column contains MultiColumnComboBoxCell objects |
| MultiColumnComboBoxEditingControl | This derived version of the multi-column combo box is hosted within the MultiColumnComboBoxCell |
| RatingCell | This data grid view cell type shows a set of images (stars by default) that represent a rating similar to the one found in Windows Media Player. |
| RatingColumn | This data grid view column contains RatingCell objects |
| UserControlComboBoxCell | This data grid view cell type displays a UserControlComboBox |
| UserControlComboBoxColumn | This data grid view column contains UserControlComboBoxCell objects |
| UserControlComboBoxEditingControl | This derived version of the user control combo box is hosted within the UserControlComboBoxCell |