Open MattePozzy opened 6 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Repository added.
I can repro this issue on Visual Studio 17.11.0 Preview 2.1 (8.0.60 & 8.0.21).
Description
Hi, I need to add a dot at the hamburger menu in a Shell app. So what I think is use the
BadgeView
control of Syncfusion to do this, but it require a view to attach the dot:that produces:
but the Shell's
FlyoutIcon
icon property accept only anImagesource
as value.There is a way to archieve what I need to do?
Thank you.
EDIT: I have also tried to modify the ShellItem but the UI doesn't refresh:
Just for testing I have tried to add an element, but the UI doesn't refresh:
EDIT 2: Same behaviour with the top menu icon. I have tried to change the icon and its color, but the UI doesn't refresh.
Steps to Reproduce
No response
Link to public reproduction project repository
repo
Version with bug
8.0.40 SR5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response