Version

ScrollBounds Property

Gets/sets a value which determines the vertical scrolling behavior for the UltraTree control.
Syntax
'Declaration
 
Public Property ScrollBounds As ScrollBounds
public ScrollBounds ScrollBounds {get; set;}
Remarks

The ScrollBounds property makes it possible to prevent vertical scrolling past the point where the last visible UltraTreeNode displayed by the control has become fully visible.

Note: Setting the ScrollBounds can cause the TopNode property to become non-applicable in certain circumstances.

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