Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Unable to toggle visibility on IconToolbarItem #117

Open
mcus01 opened this issue Jun 4, 2018 · 0 comments
Open

Unable to toggle visibility on IconToolbarItem #117

mcus01 opened this issue Jun 4, 2018 · 0 comments

Comments

@mcus01
Copy link

mcus01 commented Jun 4, 2018

Hi,

I'm facing a problem while using your IconTabbedPage... The IconToolBarItem's stay visible even though we set the bindable property to false. Is this a bug? See my code below:

<iconize:IconTabbedPage.ToolbarItems>
        <iconize:IconToolbarItem Icon="md-edit"
                                Text="Edit"
                                Command="{Binding EditCommand}"
                                Order="Secondary"
                                IsVisible="{Binding IsEditVisible}"/>
        <iconize:IconToolbarItem Icon="md-search"
                                Text="Search"
                                Command="{Binding SearchCommand}"
                                Order="Primary"
                                IsVisible="{Binding IsSearchVisible}" />
    </iconize:IconTabbedPage.ToolbarItems>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant