I need to change the control type durring AutoGeneration of a property to a ListBox. In my case, I have an 'int' property which is the primary key in a list table. Since the table changes from time to time, I can't use an Enum type. So how can I change the control type at run-time?