Xamarin.Plugins
Xamarin.Plugins copied to clipboard
IconToolbarItems's icons replaced by text when Text binding of any item changes
I have a Toolbar with a few IconToolbarItems, some of them displaying Icons via the Icon property, some displaying Text using the Text property. The Toolbar is part of a IconCarouselPage. I noticed the following bug: When the Text property of an icon displaying Text is changed, all other, unrelated IconToolbarItem's icons vanish and only reappear, as soon as there is some major "change" like pushing a new Page or swiping left and right.
would it be possible to add a property "IconText" to IconToolbarItem? When the "Text" property from the base class is used, it calls some private base class methods which cannot be overriden and make the icons disappear.