Antony Delaney
Antony Delaney

Reputation: 1168

Silverlight Grid Highlight row and column

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:

alt text

Upvotes: 0

Views: 142

Answers (1)

Samvel Siradeghyan
Samvel Siradeghyan

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

Related Questions