Xamarin.Plugins icon indicating copy to clipboard operation
Xamarin.Plugins copied to clipboard

IconToolbarItems's icons replaced by text when Text binding of any item changes

Open nebomuk opened this issue 9 years ago • 1 comments

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.

nebomuk avatar Dec 07 '16 09:12 nebomuk

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.

nebomuk avatar Dec 27 '16 14:12 nebomuk