wpftoolkit
wpftoolkit copied to clipboard
Disable slide out animation in ColorPicker
Greetings in the WPF ColorPicker can one disable that slide out animation?
Hello, What do you mean by the "slide out animation" in the ColorPicker ? Please specify which animation. Thank you
When the ColorPicker is clicked, there is a brief slide out animation.
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
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: @.***>
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