xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.9k stars 878 forks source link

Disable slide out animation in ColorPicker #1707

Open ZionGates opened 2 years ago

ZionGates commented 2 years ago

Greetings in the WPF ColorPicker can one disable that slide out animation?

XceedBoucherS commented 2 years ago

Hello, What do you mean by the "slide out animation" in the ColorPicker ? Please specify which animation. Thank you

ZionGates commented 2 years ago

When the ColorPicker is clicked, there is a brief slide out animation. image

XceedBoucherS commented 2 years ago

Hello, I don't see the animation you are talking about. When I click somewhere in the screenshot you pasted ? The values are updated, but do not slides. When opening the ColorPicker popup ? Please specify ? Thank you

ZionGates commented 2 years ago

When opening the popup the panel slides out (after pressing the DropDownButton)

On Tue, Apr 12, 2022 at 4:21 AM XceedBoucherS @.***> wrote:

Hello, I don't see the animation you are talking about. When I click somewhere in the screenshot you pasted ? The values are updated, but do not slides. When opening the ColorPicker popup ? Please specify ? Thank you

— Reply to this email directly, view it on GitHub https://github.com/xceedsoftware/wpftoolkit/issues/1707#issuecomment-1096595688, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJI27LT2RZIOQCWJKG6FZTVEVMDBANCNFSM5SYYBLXA . You are receiving this because you authored the thread.Message ID: @.***>

XceedBoucherS commented 2 years ago

Hi,

currently, in XAML, we have the popup containing a PopupAnimation set to "Slide". You could remove that property.

We will make sure to add a property to enable or not this functionality in the future. Than kyou