Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 710815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T04:39:53+00:00 2026-05-14T04:39:53+00:00

I have a feature matrix implemented with Silverlight’s Grid where users need to select

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T04:39:54+00:00Added an answer on May 14, 2026 at 4:39 am

    In order to place a rectangle round the contents of a whole column in a Silverlight Grid you simply place the Rectangle as the last child item in the Grid and assign the property Grid.RowSpan on it to the number of rows in the grid and Grid.Column to the column you wish to highlight. E.g.:-

    <Grid x:Name="LayoutRoot">
        <Grid.RowDefinitions>
            <!-- Row Definitions (say 4 in this case)-->
        </Grid.RowDefinitions>
        <Grid.ColumnDefinitions>
            <!-- Column definitions -->
        </Grid.ColumnDefinitions>
    
        <!-- Grid contents -->
    
        <Rectangle Grid.RowSpan="4" Grid.Column="1" Stroke="Blue" StrokeThickness="1" />
    
    </Grid>
    

    Having said that it would seem to be hard work to manage a Grid to display something data driven like a product matrix. You state that a DataGrid would work for you if it could render “rows” horizontally. Well a ListBox can be styled that way so that is what I’d been inclined to use.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a matrix with each column represents a feature over time. I need
I have looked at the SQL Server 2008 feature comparison matrix and it lists
I have a feature in my product that I would like to be installed
I have a feature of my application which depends on alternate-click. Windows users don't
I have feature which is not correctly installed on my website. How can I
I have a feature which allows the user to create projects and view it
I have a feature called foo, plugin called foo, and a single fragment foo.win32.x86.
I have a feature in my web app like I have to send mails
Does Eclipse have a feature that lets you search a project to find all
Suppose I have this feature branch foo. Now I want to merge it back

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.