Version

EnableRelativeLayout Property (ContentPane)

Gets or sets the request render relative position for ContentPane.
Syntax
'Declaration
 
Public Property EnableRelativeLayout As Boolean
public bool EnableRelativeLayout {get; set;}
Remarks

Notes: That property is designed to get around differences in behavior of different browsers, when child elements of ContentPane have relative or absolute positions. It is recommended to enable that property when child controls or parts of html generated by them use position:relative or position:absolute. For example, UltraWebGrid uses position:relative style attribute, and therefore, it may fail to be scrolled in IE or it may go out of tab bounds in other browsers.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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