winforms - Automatically generate UI from object -


my intention here automatically create ui object. thus, instead of creating manually each form, pass object generate generic form display. plan have class , each property shown on page. thinking use attributes control visual of control. instance, (show/hide control), dropdown if property enum of foreign key.

i using c# winforms.


Comments