Version

ItemVerticalScrollBarVisibility Property (CarouselPanelItem)

Returns the visibility of the item's vertical scrollbar as determined by the XamCarouselPanel that contains this item.
Syntax
'Declaration
 
Public ReadOnly Property ItemVerticalScrollBarVisibility As ScrollBarVisibility
public ScrollBarVisibility ItemVerticalScrollBarVisibility {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 vertical 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