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

Set TableViewScrollViewer ScrollBars Visibility in Theme project

Sort Posts: Previous Next
  •  05-05-2008, 4:21 AM Post no. 11954

    Set TableViewScrollViewer ScrollBars Visibility in Theme project

    Hi, I created Custom Theme Project and set TableScrollViewer like this but it didn't work. Please tell what im doing wrong. thanks

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

    * STYLE: TableViewScrollViewer

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

    <Style x:Key="tableViewBlackFlatTableViewScrollViewer" TargetType="{x:Type xcdg:TableViewScrollViewer}">

    <Setter Property="HorizontalScrollBarVisibility" Value="Hidden"/>

    <Setter Property="VerticalScrollBarVisibility" Value="Hidden"/>

    </Style>

     

    <!-- =================================================================== -->

    <!-- DefaultStyleKey declarations -->

    <!-- =================================================================== -->

     

    <Style x:Key="{xcdg:ThemeKey TargetViewType=xcdg:TableView, ThemeType=local:BlackFlatTheme, TargetElementType=xcdg:TableViewScrollViewer}"

    TargetType="xcdg:TableViewScrollViewer"

    BasedOn="{StaticResource tableViewBlackFlatTableViewScrollViewer}"/>

     

     

  •  05-05-2008, 9:35 AM Post no. 11966 in reply to 11954

    Re: Set TableViewScrollViewer ScrollBars Visibility in Theme project

    This is indeed an issue with the DataGrid for WPF. I have opened a ticket regarding this and it should be fixed for the next version.

    In the meantime, I suggest adding your style as an implicit style in the DataGridControl's ResourceDictionary.

    Marc Laroche
    Software Developer
    Xceed Software Inc.


    I don’t suffer from insanity, I enjoy every minute of it. - Unknown
  •  05-05-2008, 10:58 AM Post no. 11975 in reply to 11966

    Re: Set TableViewScrollViewer ScrollBars Visibility in Theme project

    OK. There's no problem with implicit style.

    Thanks for your prompted reply.

View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.