ScrollViewer.CanContentRenderOutsideBounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether scrolled content can render outside the bounds of the ScrollViewer.
public:
property bool CanContentRenderOutsideBounds { bool get(); void set(bool value); };
bool CanContentRenderOutsideBounds();
void CanContentRenderOutsideBounds(bool value);
public bool CanContentRenderOutsideBounds { get; set; }
var boolean = scrollViewer.canContentRenderOutsideBounds;
scrollViewer.canContentRenderOutsideBounds = boolean;
Public Property CanContentRenderOutsideBounds As Boolean
Property Value
Boolean
bool
true if scrolled content can render outside the bounds of the ScrollViewer; otherwise, false. The default is false.