ScrollViewer.SetBringIntoViewOnFocusChange(DependencyObject, Boolean) Method

Definition

Sets the value of the BringIntoViewOnFocusChange dependency property / ScrollViewer.BringIntoViewOnFocusChange XAML attached property on a specified element.

C#
public static void SetBringIntoViewOnFocusChange(DependencyObject element, bool bringIntoViewOnFocusChange);

Parameters

element
DependencyObject

The element on which to set the property value.

bringIntoViewOnFocusChange
Boolean

The value to set.

Remarks

For more info, see Remarks for the BringIntoViewOnFocusChange property.

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also