Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Own Theme (XamDataGrid For WPF)
posted

 Hi,All

How do i Create my Own Custom Theme for XamDataGrid For wpf. 

Parents
  • 1215
    posted

    I am assuming you want to create your own ThemePack assembly that will work like the external ThemePacks included with NA for WPF (i.e. ForestGreen). If you simply want to restyle the Grid, you can do so using the standard Styling infrastructure of WPF -- overriding the default control Styles with Styles you've customized.

    Either way, you'll likely want to start with the DefaultStyles included with the product. Check out this post for some background on the DefaultStyles: http://forums.infragistics.com/forums/p/1563/14702.aspx#14702 

    Once you're finished with that post, there is a section in the NetAdvantage for WPF Help entitled Creating a ThemePack that steps through the creation of a ThemePack assembly:

    http://help.infragistics.com/NetAdvantage/WPF/2007.1/CLR3.x/

    Developer's Guide > Styling Your Application > Creating a ThemePack

Reply Children