You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DropDownButton does no accept MenuFlyoutSeprator now
because DropDownButton's items property is type of List<MenuFlyoutItem>
and MenuFlyoutSeprator inherits MenuFlyoutItemBase!
MenuFlyout's items property is ok because it is type of List<MenuFlyoutItemBase>.
Thx
The text was updated successfully, but these errors were encountered:
DropDownButton does no accept MenuFlyoutSeprator now
because DropDownButton's items property is type of List<MenuFlyoutItem>
and MenuFlyoutSeprator inherits MenuFlyoutItemBase!
MenuFlyout's items property is ok because it is type of List<MenuFlyoutItemBase>.
Thx
The text was updated successfully, but these errors were encountered: