Version

ReserveSpaceForScrollButtons Property

Detrmines whether the scroll button elements are overlapping the PagerContentPresenter and therefore need to be clipped.
Syntax
'Declaration
 
Public Property ReserveSpaceForScrollButtons As Boolean
public bool ReserveSpaceForScrollButtons {get; set;}
Remarks

If this property is true , which is it's default value, then overlapping scroll buttons will be used to restrict the clipping area for the content.

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