ListView::ShowGroups Property
.NET Framework (current version)
Gets or sets a value indicating whether items are displayed in groups.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue to display items in groups; otherwise, false. The default value is true.
Any groups assigned to a ListView control appear whenever the View property is set to a value other than List. The ListView grouping feature lets you create visual groups of logically related ListView items on Windows XP and Windows Server 2003. To enable this feature, your application must call the Application::EnableVisualStyles method. For more information, see the Groups property.
.NET Framework
Available since 2.0
Available since 2.0
Show: