I have a grid with 2 rows * 2 columns, and put a TextBlock in left-up cell(row=0, column=0). then I set Grid.Cursor = "Hand" in XAML. the hand-cursor displayed only when mouse over TextBlock. But I want to display the hand-cursor in entire grid.
How to do it?