leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
437 stars 132 forks source link

Trackbar/Slider value change don't apply #316

Open RedDot-3ND7355 opened 2 years ago

RedDot-3ND7355 commented 2 years ago

As title says. Only happens when: when hovering drawer or going out of bounds while sliding it.

orapps44 commented 2 years ago

Hi,

Can you describe a bit more this issue ?

Thanks.

RedDot-3ND7355 commented 2 years ago

When I drag the trackbar out of the form or hover the drawer, the value change doesn't apply. Only UI change image But if I stay on the trackbar change the value, it works just fine. image

orapps44 commented 2 years ago

When I drag the trackbar out of the form or hover the drawer, the value change doesn't apply. Only UI change

Do you mean ValueChanged event ?

RedDot-3ND7355 commented 2 years ago

When I drag the trackbar out of the form or hover the drawer, the value change doesn't apply. Only UI change

Do you mean ValueChanged event ?

Exactly.

AndreMenew commented 2 years ago

@RedDot-3ND7355 Adds a gif better explaining the issue with triggering the event