How can I show a "selection highlighting"-rectangle around a column of a Silverlight Grid?

Posted by carlmon on Stack Overflow See other posts from Stack Overflow or by carlmon
Published on 2010-03-30T18:25:51Z Indexed on 2010/03/31 5:43 UTC
Read the original article Hit count: 391

Filed under:
|
|

I have a feature matrix implemented with Silverlight's Grid where users need to select a product. How can I indicate selection with a rectangle around the whole selected column?

It is easy to put a CheckBox at the bottom of each product's column, but that is too dull. I would have preffered to use SL Toolkit's DataGrid (with built-in row selection), but it cannot be orientated vertically for a feature matrix...

Thanks, Carl

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about grid