ToolBoxTab2::ListView Property
Visual Studio 2015
Gets or sets a value indicating whether items in a particular ToolBox tab display in List view or Icon view format.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
ToolBoxTab::ListViewListView applies on a tab-by-tab basis in the ToolBox. That is, one tab can have List view while another has Icon view.
The List and Icon views are similar to those in Windows Explorer. In List view, the contents of the Toolbox are listed as text descriptions, one after another, with an icon on the left side. In Icon view, each item is represented only by an icon. You can get a ToolTip description of the icon by rolling the mouse over it.
Show: