We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SelectedIndex is used to get or set the selected tab.
SelectedIndex
It's default binding mode is OneWay, which means SelectedIndex can only be used to set the selected tab.
The use case of the tabs is to switch something, especially in segmented mode.
To switch something, the selected item change notification is mandatory.
So SelectedIndex should be TwoWay by default.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SelectedIndex
is used to get or set the selected tab.It's default binding mode is OneWay, which means SelectedIndex can only be used to set the selected tab.
The use case of the tabs is to switch something, especially in segmented mode.
To switch something, the selected item change notification is mandatory.
So SelectedIndex should be TwoWay by default.
The text was updated successfully, but these errors were encountered: