How to make a table in Silverlight ?

Posted by Shnitzel on Stack Overflow See other posts from Stack Overflow or by Shnitzel
Published on 2010-04-19T21:28:28Z Indexed on 2010/04/19 21:43 UTC
Read the original article Hit count: 526

Filed under:
|
|

So I'd like to make a visible table, with a border around each cell and a different background color for the header. I'd like to eventually insert controls into this. For example, put a textfield inside one of the table elements, or some radio buttons, etc. Is there a control for this?

I've narrowed it down to two possibilities, but they both seem kind of "meh":

  1. use the Grid Control - I like this but is there a way to color the border on the cell (I did not find this)

  2. use the DataGrid Control - this control is just way too complicated for what I need.

I'm just looking for an html style table in silverlight, any ideas?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about .NET