Version

ColScrollRegion Property (RowColRegionIntersectionUIElement)

Returns the RowScrollRegion 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 ColScrollRegion As ColScrollRegion
public ColScrollRegion ColScrollRegion {get;}
Remarks

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

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

The ColScrollRegion property can be used to return a reference to an ColScrollRegion 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