Version

ItemHorizontalScrollBarVisibility Property (CarouselPanelItem)

Returns the visibility of the item's horizontal scrollbar as determined by the XamCarouselPanel that contains this item. (read only)
Syntax
'Declaration
 
Public ReadOnly Property ItemHorizontalScrollBarVisibility As ScrollBarVisibility
public ScrollBarVisibility ItemHorizontalScrollBarVisibility {get;}
Remarks

This read only property is useful if you need to create a Style that replaces the default Template for CarouselPanelItem. You can query this property from within the Template to determine whether to display a horizontal scrollbar.

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