MruListBox.DisableScrollOnRemoveProperty Field
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.
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.