Nebula TableCombo Widget
TableCombo
The TableCombo widget is a custom combo control that uses a table instead of a list when dropped down.
The following features are supported by this widget:
- Supports displaying multiple columns of data in the drop down portion of the combo.
- Supports displaying a header for the drop down portion of the combo.
- Supports images for each column that is displayed within the drop down portion of the combo.
- Supports custom Colors and Fonts for each Row & Column within the drop down portion of the combo.
- Supports displaying a % of the full drop down portion of the combo. So you can specify that the viewable portion of the drop down will be 75% of the full width of the table and a Horizontal scrollbar will be displayed.
NOTE: The TableCombo widget is in an ALPHA state.
The API is stable, but users should expect changes in future versions: add of
new features, minor behavior changes.
Snippets