Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

public void NavigationItemSelected (int index) #75

Closed ianvink closed 9 years ago

ianvink commented 9 years ago

James, could you consider making this public:

  protected void NavigationItemSelected (int index)

It's a handy way to programmatically fire a tap on a Element.

Thanks for all your efforts.

Clancey commented 9 years ago

No need. Just do menu.Selected = 1;

Clancey commented 9 years ago

Or maybe its SelectedIndex