MruListBox.DisableScrollOnRemoveProperty Field

Definition

When items are removed, it causes this object to get focused. If it's in a scrollviewer, this causes the scrollviewer to "jump" so that this is at the top of the scrollviewer. Setting this to true disables this behavior.

public: static initonly System::Windows::DependencyProperty ^ DisableScrollOnRemoveProperty;
public static readonly System.Windows.DependencyProperty DisableScrollOnRemoveProperty;
 staticval mutable DisableScrollOnRemoveProperty : System.Windows.DependencyProperty
Public Shared ReadOnly DisableScrollOnRemoveProperty As DependencyProperty 

Field Value

Remarks

This property should be removed in Dev16 since the behavior mentioned does not reproduce in the MRU after the rewrite in Dev15.

Applies to