-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
[Enhancement] Indeterminate switch #3
Comments
@behroozbc Hi, I'm open to looking at PRs but I'm unlikely to add this functionality myself. |
@IeuanWalker hi |
@behroozbc This probably isn't the best one to start with. The 2 main files are - To support this feature Issue i have with this is this will be a breaking change, so may be best to duplicate the current control to add this functionality. Once IsToggled is nullable, you'll need to update the |
@behroozbc That's a different type of control altogether. It's called 'Segmented control'. There is a PR in the Xamarin.CommunityToolkit that implemented it so you could just copy the code for now, or look for another package that is already released to NuGet for it. The original idea above is called 'Indeterminate switch'. It's not very common and I haven't had a need case for it yet. So I am open to PR for that, but not the segmented control, as it isn't a switch. |
@IeuanWalker Thanks |
hi
I want to 3 step switch like this and demo can do with Xamarin Forms Custom Switch package?
The text was updated successfully, but these errors were encountered: