Version

ConstrainDelta Method (UnpinnedTabFlyoutSplitter)

Adjusts the delta based on the area available.
Syntax
'Declaration
 
Protected Overrides Function ConstrainDelta( _
   ByVal delta As Double _
) As Double
protected override double ConstrainDelta( 
   double delta
)

Parameters

delta
The proposed adjustment

Return Value

A modified adjustment to ensure the splitter doesn't go outside the parent.
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