Reputation: 1168
I have a grid which is dynamically added to the Layout-root which could have X amount of rows and X amount of columns. What I am wanting to do is when the client hovers over a cell in the grid the X and Y axis is highlighted.
Example Shown below:
Upvotes: 0
Views: 142
Reputation: 3583
You can add Border control to each cell and change thickness for border when enters. When mouse leaves you can set thickness to 0.
Upvotes: 1