开发者

Remove gridheader rollover in flex

开发者 https://www.devze.com 2022-12-24 07:33 出处:网络
Is there a way to remove the grid header rollover in flex while still maintaining开发者_StackOverflow a sortable header?To remove the rollover color one trick would be to set the rolloever color to be

Is there a way to remove the grid header rollover in flex while still maintaining开发者_StackOverflow a sortable header?


To remove the rollover color one trick would be to set the rolloever color to be the same as the grid header color in your style sheet or inline in your MXML:

DataGrid {
    headerColors: #0079FF, #0079FF;     
}

Is this what you are trying to achieve?


The short answer is yes. I don't have a good example for you, but you are going to need to extend some classes in order to override the rollover color, best bet is to find out how the header rollover color is assigned and give it an alpha of 0.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号