Version

ProportionalResize Property

Determines adjustment of column width when a group is resized.
Syntax
'Declaration
 
Public Property ProportionalResize As Boolean
public bool ProportionalResize {get; set;}
Remarks

When a group is resized, all columns with this property set to True and the AllowColSizing property of their band set to 2 (AllowColSizingSync) or 3 (AllowColSizingFree) will have their width's adjusted proportionally. If no columnin the group satisfies these conditions, the rightmost column in a band with its AllowColSizing property set to 2 (AllowColSizingSync) or 3 (AllowColSizingFree) will be adjusted when the group is resized.

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