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
I was working with the slider and ran into a few issues.
This is using vs 2022 preview 17.6 preview 1/A10
Simple xaml:
xmlns:ak="clr-namespace:AlohaKit.Controls;assembly=AlohaKit" <ak:Slider Grid.Column="0" Grid.ColumnSpan="3" Maximum="2" Minimum="0" Value="{Binding Balance, Mode=TwoWay}" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was working with the slider and ran into a few issues.
This is using vs 2022 preview 17.6 preview 1/A10
Simple xaml:
The text was updated successfully, but these errors were encountered: