Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.18 KB

itemscontrol_groupstyle.md

File metadata and controls

38 lines (28 loc) · 1.18 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ItemsControl.GroupStyle
winrt property

Microsoft.UI.Xaml.Controls.ItemsControl.GroupStyle

-description

Gets a collection of GroupStyle objects that define the appearance of each level of groups.

-xaml-syntax

<itemsControl>
  <itemsControl.GroupStyle>
    oneOrMoreGroupStyleObjects
  </itemsControl.GroupStyle>
</itemsControl>

-xaml-values

oneOrMoreGroupStyleObjects
oneOrMoreGroupStyleObjectsOne or more GroupStyle object elements defined in XAML. Each GroupStyle might contain definitions for HeaderTemplate and Panel that apply for a particular level.
## -property-value A collection of [GroupStyle](groupstyle.md) objects that define the appearance of each level of groups.

-remarks

Note

GroupStyle.ContainerStyle and GroupStyle.ContainerStyleSelector are deprecated in Windows 8.1, and are ignored in ItemsControl.GroupStyle.

-examples

-see-also