Skip to content
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

Slider Issues #52

Open
BinaryAssault opened this issue Mar 8, 2023 · 0 comments
Open

Slider Issues #52

BinaryAssault opened this issue Mar 8, 2023 · 0 comments

Comments

@BinaryAssault
Copy link

BinaryAssault commented Mar 8, 2023

I was working with the slider and ran into a few issues.

This is using vs 2022 preview 17.6 preview 1/A10

  1. Slider min/max are not honored. A max of X can result in values over X. Same with the minimum values
  2. Minimum cannot be negative. A negative minimum value breaks the slider from being usable
  3. Value reported is not accurate (may be related to RippleEffect on button does not respect corner radius. #1). With a max of 1, sliding to 1 in my control sometimes is 1.(something) then the next time its 2.(something)

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}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant