Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.27 KB

groupstyle_containerstyle.md

File metadata and controls

44 lines (32 loc) · 1.27 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.GroupStyle.ContainerStyle
winrt property

Windows.UI.Xaml.Controls.GroupStyle.ContainerStyle

-description

Note

ContainerStyle may be altered or unavailable for releases after Windows 8.1 and is not supported for ItemsControl.GroupStyle.

Gets or sets the style that is applied to the GroupItem generated for each item.

-xaml-syntax

<GroupStyle ContainerStyle="styleReference" />
- or -
<GroupStyle>
  <GroupStyle.ContainerStyle>
    singleStyle
  </GroupStyle.ContainerStyle>
</GroupStyle>  

-xaml-values

styleReference
styleReferenceA reference to an existing Style. Typically this is a keyed resource, which you reference through {StaticResource} markup extension.
singleStyle
singleStyleA single Style object element defined inline, which declares the style and setters for the group item container.
## -property-value The style that is applied to the [GroupItem](groupitem.md) generated for each item. The default is **null**.

-remarks

-examples

-see-also

HeaderContainerStyle