MruListBox Class

Definition

MRU ListBox control to display project MRU items

C++
public ref class MruListBox : System::Windows::Controls::ListBox
Inheritance
MruListBox

Constructors

MruListBox()

Constructor

Fields

DisableScrollOnRemoveProperty

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.

DoNothingCommand

Do nothing routed command We bind to this command handler when we need to eat a UI gesture (ex. LeftDoubleClick)

OpenFolderMruItem

OpenFolderMruItem routed command (opens the currently selected item's folder)

OpenMruItem

OpenMruItem routed command (opens the currently selected item)

RemoveMruItem

RemoveMruItem routed command

Properties

DisableScrollOnRemove

Convenience property for DisableScrollOnRemoveProperty.

Methods

Applies to

Produto Versões
Visual Studio SDK 2015, 2017, 2019, 2022