Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept MenuFlyoutSeparator for DropDownButton #775

Closed
glanium opened this issue Mar 16, 2023 · 0 comments · Fixed by #790
Closed

Accept MenuFlyoutSeparator for DropDownButton #775

glanium opened this issue Mar 16, 2023 · 0 comments · Fixed by #790
Labels
enhancement New feature or request

Comments

@glanium
Copy link

glanium commented Mar 16, 2023

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

@bdlukaa bdlukaa added the enhancement New feature or request label Mar 16, 2023
@bdlukaa bdlukaa mentioned this issue Mar 24, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants