Hi there,
Is ti possible to make the WinCombo use Multiple Bands? I can see that the Grid has a property ViewStyle where I can choose SingleBand og MultiBand, where is this option in the WinCombo?
Thanks in advance
No, WinCombo can only display a single band.
You could create a multi-band combo pretty easily, though. This KB article shows how to make a multi-select combo box - which is not what you are asking for. But the technique used to create this combo is to use an UltraTextEditor with a DropDownEditorButton that contains a WinGrid. So you could do the same thing to create a hierarchical combo.
HOWTO:Creating a Multi-Select Dropdown Combo for the WinGrid