Version

EnsureUniqueFieldPositions Method

Ensures fields have unique positions so they don't overlap.
Syntax
'Declaration
 
Public Sub EnsureUniqueFieldPositions() 
public void EnsureUniqueFieldPositions()
Remarks

EnsureUniqueFieldPositions method makes sure that fields don't overlap by moving overlapping fields as necessary. You would typically use this method after changing a field's position in code via field's ActualPosition property.

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