Browse By Tags

  • Infragistics XAML Excel Engine New Features

    Recently (read: the latest release) the Infragistics Excel engine got a set of neat enhancements to further improve the control you have over exported or imported files. For those that are not yet familiar – it’s a library that allows you to create and…

  • Styling the HeaderPresenter

    I’m trying to style the background color of the Header Presenter.  I’ve styled it as follows:

    <Style TargetType="{x:Type igDP:HeaderPresenter}">
     <Setter Property="Template">
      <Setter.Value>
       <ControlTemplate…