开发者

Silverlight toolkit datagrid mouse over problem

开发者 https://www.devze.com 2023-01-26 04:47 出处:网络
I have datagrid and noticed strange bug: I set HeadersVisibility=\"All\". And when move 开发者_运维技巧mouse from row header to right (to first cell(row) in grid) you will notice that row mouseover s

I have datagrid and noticed strange bug:

I set HeadersVisibility="All". And when move 开发者_运维技巧mouse from row header to right (to first cell(row) in grid) you will notice that row mouseover state will not be fired.

How can i change this behavior?


you need to listen on the cell's "mouseOver" and then determine the row to which it belongs.

see this question for more details :

Silverlight 3 Datagrid: Get row/item on MouseOver

0

精彩评论

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