I have a WPF User control that binds to a data table and generates checkbox and a masked edit box for each row in a data table. I have several instances of this control on my form. The total number of checkboxes to be generated is over 200. I am seeing some rendering performance issues. The form loads with all of the static controls ( Text Boxes, Drop Downs) instantly, then several seconds later the checkboxes apprear.
Any thoughts?
Thanks