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
85
change color of navigator
posted

how can i change the color of the navigator

  • 2490
    Offline posted

    Hello,


    You can change the style of the Carousel Panel Navigator using the CarouselViewSettings and setting the CarouselPanelNavigatorStyle  with a custom one.


    If you want to change the color, you can use the default styles which are located in C:\Program Files (x86)\Infragistics\2016.2\WPF\DefaultStyles\Windows\ PrimitivesGeneric.xaml file. You can identify the Style for the CarouselPanelNavigator, copy it in you project and modify elements "Rectangle1" and "Rectangle2" Fill property, which will change the background of the navigator. If you want to change the buttons' colors the styles are in the same file.


    To illustrate this I have prepared a sample application, please find it as an attached file.


    XamCarouselPanel.zip