Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 547 Bytes

groupstyle_hidesifempty.md

File metadata and controls

30 lines (19 loc) · 547 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.GroupStyle.HidesIfEmpty
winrt property

Windows.UI.Xaml.Controls.GroupStyle.HidesIfEmpty

-description

Gets or sets a value that indicates whether items corresponding to empty groups should be displayed.

-xaml-syntax

<GroupStyle HidesIfEmpty="bool" .../>

-property-value

True to not display empty groups; otherwise, false. The default is false.

-remarks

-examples

-see-also