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

AduComboBox鼠标悬停边框颜色只能是红色? #35

Open
AncientTree opened this issue Sep 2, 2022 · 2 comments
Open

AduComboBox鼠标悬停边框颜色只能是红色? #35

AncientTree opened this issue Sep 2, 2022 · 2 comments

Comments

@AncientTree
Copy link

请问一下AduComboBox在鼠标悬停时的边框颜色始终是红色,在Demo等地方都没找到能自定义的方案,为什么会这样?该如何设置?

@AncientTree
Copy link
Author

找到了这样的代码,DefaultMouseOverBrush改怎么自定义

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:converts="clr-namespace:AduSkin.Controls.Converter;assembly=AduSkin">
    ……
    <SolidColorBrush x:Key="DefaultMouseOverBrush" Color="#FA9D95" />
    ……

@aduskin
Copy link
Owner

aduskin commented Sep 8, 2022

AduComboBox鼠标移入颜色就是BorderBrush

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

2 participants