tags:

views:

21

answers:

0

I have a user control which is referenced in another application. This user control is part of a data template. Now i have a grid which uses this data template, so ideally if there are 1000 rows then 1000 user controls will be created.

My question is there anyway to create only one instance of user control in XAML and then reference it where it is required in XAML. in this case it is data template.

Is it possible ?