Relative Content

Tag Archive for c#winforms

Dynamically extending/loading a formular

i have a questionnaire like formular with (depends on configuration) 3 to n pages realized with a tab control. The instantiation is horribly slow, but thats surely caused by the control count that can easily reach 100 (f.e. 13 questions with 1 label and 7 radio buttons each) on a single page.

Dynamically extending/loading a formular

i have a questionnaire like formular with (depends on configuration) 3 to n pages realized with a tab control. The instantiation is horribly slow, but thats surely caused by the control count that can easily reach 100 (f.e. 13 questions with 1 label and 7 radio buttons each) on a single page.