ListView.ShowGroups 属性

定义

获取或设置一个值,该值指示是否以分组方式显示项。

public:
 property bool ShowGroups { bool get(); void set(bool value); };
public bool ShowGroups { get; set; }
member this.ShowGroups : bool with get, set
Public Property ShowGroups As Boolean

属性值

Boolean

若要以分组方式显示项,则为 true;否则为 false。 默认值是 true

注解

每当View属性设置为非值List时,分配给控件的任何组ListView都会出现。 使用ListView分组功能,可以在 Windows XP 和 Windows Server 2003 上创建逻辑相关ListView项的视觉组。 若要启用此功能,应用程序必须调用 Application.EnableVisualStyles 该方法。 有关更多信息,请参见 Groups 属性。

适用于

另请参阅