Is there a way to make different rows in a WinCombo disabled? For some kind of controls, there is a property called *Enabled* which can be set to True or False which solves this matter. One way could be to use the Hidden property but I would have prefered to have it visible but not possible to choose...
Thanks!
/Henrik
You could use the InitializeRow event of the combo and set the Activation property of the row to Activation.Disabled.
-Matt
Thanks Matt!
It really looks like the solution I was hoping for...
Un million de gracias!