ScrollViewer.SetBringIntoViewOnFocusChange(DependencyObject, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the BringIntoViewOnFocusChange dependency property / ScrollViewer.BringIntoViewOnFocusChange
XAML attached property on a specified element.
public:
static void SetBringIntoViewOnFocusChange(DependencyObject ^ element, bool bringIntoViewOnFocusChange);
static void SetBringIntoViewOnFocusChange(DependencyObject const& element, bool const& bringIntoViewOnFocusChange);
public static void SetBringIntoViewOnFocusChange(DependencyObject element, bool bringIntoViewOnFocusChange);
function setBringIntoViewOnFocusChange(element, bringIntoViewOnFocusChange)
Public Shared Sub SetBringIntoViewOnFocusChange (element As DependencyObject, bringIntoViewOnFocusChange As Boolean)
Parameters
- element
- DependencyObject
The element on which to set the property value.
- bringIntoViewOnFocusChange
-
Boolean
bool
The value to set.
Remarks
For more info, see Remarks for the BringIntoViewOnFocusChange property.