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

Re: Request for sample Theme project

  •  05-06-2008, 3:42 AM

    Re: Request for sample Theme project

    Matt oi, i almost give up with this. i tried to add some lines like this, the scrollbar appear with PresentationFramework theme default. My target is use custom scrollbar too. I made a custom scrollbar and added into Style resource but still don't effect. What i'm missing;

    <!--**************************

    * STYLE: DataGridControl

    ************************** -->

    <Style x:Key="tableViewBlackFlatGridControlStyle" TargetType="xcdg:DataGridControl">

    <Style.Resources>

    <ResourceDictionary>

    <ResourceDictionary.MergedDictionaries>

    <ResourceDictionary Source="/PresentationFramework.Aero;V3.0.0.0;31bf3856ad364e35;component\themes/aero.normalcolor.xaml" />

    </ResourceDictionary.MergedDictionaries>

    </ResourceDictionary>

    </Style.Resources>

    Filed under:
View Complete Thread
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.