Version

RowScrollRegion Property (RowColRegionIntersectionUIElement)

Returns the ColScrollRegion object to which a UIElement belongs. This property is read-only at run-time. This property is not available at design-time.
Syntax
'Declaration
 
Public ReadOnly Property RowScrollRegion As RowScrollRegion
public RowScrollRegion RowScrollRegion {get;}
Remarks

This property returns a reference to a ColScrollRegion object that can be used to set properties of, and invoke methods on, the column scrolling region to which the UIElement belongs. You can use this reference to access any of the returned column scrolling region's properties or methods.

If the UIElement does not belong to a column scrolling region, Nothing is returned.

The RowScrollRegion property can be used to return a reference to an RowScrollRegion object to which a UIElement belongs.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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