tags:

views:

21

answers:

0

Hi all. I have an application that has a ContentControl item with content that is binded to an item of a list. A template is applied to this ContentControl. The template contains a ContentControl item that displays a WPF control (property of the item selected). This works great. However, if I try to create a bitmap of the main grid containing the first ContentControl everything is captured but the nested ContentControl (a blank space is shown instead). Any ideas what I am doing wrong? Many thanks. Edgar