Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Re: How to Implement Statistics in Code ( StatFunctions , StatRow ,StatCell ,Footer )

  •  04-24-2008, 9:26 AM

    Re: How to Implement Statistics in Code ( StatFunctions , StatRow ,StatCell ,Footer )

    Hi Rachana,

       You simply reached the limit of what can be done when trying to build templates through code...

       Here is an excerpt of the MSDN documentation regarding the creation of templates through code:

       Remarks regarding FrameworkElementFactory:
        
    This class is a deprecated way to programmatically create templates, which are subclasses of FrameworkTemplate such as ControlTemplate or DataTemplate; not all of the template functionality is available when you create a template using this class. The recommended way to programmatically create a template is to load XAML from a string or a memory stream using the Load method of the XamlReader class.
     


    Marc Laroche
    Software Developer
    Xceed Software Inc.


    I don’t suffer from insanity, I enjoy every minute of it. - Unknown
View Complete Thread
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.