ListView.ShowGroups 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出項目是否顯示在群組中。
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
屬性值
若要在群組中顯示項目,則為 true
,否則為 false
。 預設值是 true
。
備註
每當屬性設定為 以外的 List 值時,就會 View 顯示指派給 ListView 控制項的任何群組。 群組 ListView 功能可讓您在 Windows XP 和 Windows Server 2003 上建立邏輯相關 ListView 專案的視覺群組。 若要啟用此功能,您的應用程式必須呼叫 Application.EnableVisualStyles 方法。 如需詳細資訊,請參閱 Groups 屬性 (Property)。