Version

EnableRelativeLayout Property (LayoutPane)

Gets or sets the request to render relative position for content.
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 content 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, WebImageViewer uses position:relative style attribute, and therefore, it may fail to be scrolled in IE or it may go out of content 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