Freigeben über


PagesSection.MaintainScrollPositionOnPostBack Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Seitenbildlaufposition nach dem Postback vom Server beibehalten werden soll, oder legt diesen fest.

public:
 property bool MaintainScrollPositionOnPostBack { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("maintainScrollPositionOnPostBack", DefaultValue=false)]
public bool MaintainScrollPositionOnPostBack { get; set; }
[<System.Configuration.ConfigurationProperty("maintainScrollPositionOnPostBack", DefaultValue=false)>]
member this.MaintainScrollPositionOnPostBack : bool with get, set
Public Property MaintainScrollPositionOnPostBack As Boolean

Eigenschaftswert

true, wenn die Seitenbildlaufposition nach dem Postback beibehalten werden soll, andernfalls false. Der Standardwert ist false.

Attribute

Gilt für:

Weitere Informationen