Edit

Share via


AdaptiveGroup Class

Definition

Groups semantically identify that the content in the group must either be displayed as a whole, or not displayed if it cannot fit. Groups also allow creating multiple columns. Supported on Tiles since RTM. Supported on Toasts since Anniversary Update.

public sealed class AdaptiveGroup : Microsoft.Toolkit.Uwp.Notifications.IAdaptiveChild, Microsoft.Toolkit.Uwp.Notifications.ITileBindingContentAdaptiveChild, Microsoft.Toolkit.Uwp.Notifications.IToastBindingGenericChild
type AdaptiveGroup = class
    interface ITileBindingContentAdaptiveChild
    interface IAdaptiveChild
    interface IToastBindingGenericChild
Public NotInheritable Class AdaptiveGroup
Implements IAdaptiveChild, ITileBindingContentAdaptiveChild, IToastBindingGenericChild
Inheritance
AdaptiveGroup
Implements

Constructors

AdaptiveGroup()

Properties

Children

Gets the only valid children of groups are AdaptiveSubgroup. Each subgroup is displayed as a separate vertical column. Note that you must include at least one subgroup in your group, otherwise an InvalidOperationException will be thrown when you try to retrieve the XML for the notification.

Applies to