Version

CarouselPanelNavigatorStyle Property

Returns/sets the style for the CarouselPanelNavigator.
Syntax
'Declaration
 
Public Property CarouselPanelNavigatorStyle As Style
public Style CarouselPanelNavigatorStyle {get; set;}
Remarks

The CarouselPanelNavigator control provides a UI for scrolling items in a XamCarouselPanel

Setting the CarouselPanelNavigator Style is the most convenient way to control the placement of the CarouselPanelNavigator in the XamCarouselPanel. By creating a style that contains Setters for the HorizontalAlignment and/or VerticalAlignment properties along with the Margin property, and assigning it to this property, you can place the navigator in a location that works best for the ItemPath you are using.

By default the navigator is placed in the lower right corner of the control.

The CarouselPanelNavigator displays buttons that execute XamCarouselPanelCommands when clicked, in order to scroll items. If you want to provide your own UI for scrollig items, you can hide the CarouselPanelNavigator by setting the IsNavigatorVisible property to hidden and then creating a UI that executes the same scrolling commands used by the navigator.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also