Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.29 KB

groupstyle.md

File metadata and controls

34 lines (21 loc) · 1.29 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.GroupStyle
winrt class

Windows.UI.Xaml.Controls.GroupStyle

-description

Describes how to display the grouped items in a collection, such as the collection from GroupItems.

-xaml-syntax

<GroupStyle />

-remarks

A GroupStyle is typically defined in Extensible Application Markup Language (XAML) and then set as the value of the ItemsControl.GroupStyle property to define the visual look of the groups.

-examples

Here, a GroupStyle is applied to a GridView control that contains grouped data. For more info, and to see the full example code, see How to group items in a list or grid.

[!code-xamlGroupedGridViewXAML]

-see-also

ItemsControl.GroupStyle, GroupItem, INotifyPropertyChanged