How can I customize the navigator buttons for a CarouselListBox?
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
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?