Hi.
I'm developing an application using the toolkit, on this application I need to have a combobox in a treeview inside it, this as to be made because of space issues in the form. The example that I saw in the internet, and that I'm using, the custom combobox inherits from the Forms Combox and to which they add a child control to show the tree view. But if I try to implement this same logic with the KryptonComboBox is gives an error saying that the control is readonly, so I can add child controls to my comboBox. Why don't you keep the same functionality as in the .NET ComboBox?
This way I have to have a combobox with a completely look from the rest of the application that is based on Krypton.
I would much appreciate if anyone could help me with this problem.
Thanks.