How can I customize the navigator buttons for a CarouselListBox?
Hello,
No problem. The CarouselPanelNavigatorStyle is a property in the CarouselViewSettings class (dont' let the name mess you up). This same code can be used in the CarouselViewSettings for both the carouselPanel and the carouselListBox (since both contain a property for the CarouselViewSettings). If you look at the xamFeatureBrowser, you will notice that CarouselPanelNavigatorStyle is assigned the style resource for the CarouselPanelNavigator. This can be used for the navigator for any carousel control.
Let me know if you need further assistance.
Thanks,
Hi Curtis,
I have checked out this sample and it is for the CarouselPanel. I tried using CarouselPanelNavigatorStyle and CarouselListBoxNavigatorStyle inside my CarouselListBox but neither option is available. Maybe I'm confused, do I need to create a CarouselPanel and then put the CarouselListBox inside the panel?
Check out the XamFeatureBrowser. It has a sample how to customize this control. I've attached a screenshot of this sample in action.
The feature browser gets installed when you install NetAdvantage. You can access this browser in the Start menu or directly in the Users\Public\Documents folder:
C:\Users\Public\Documents\Infragistics\NetAdvantage for WPF 2007 Vol. 2\Samples\Binaries\xamFeatureBrowser