How to tell Size of a Grid Cell?
Posted
by beaudetious
on Stack Overflow
See other posts from Stack Overflow
or by beaudetious
Published on 2010-04-16T14:26:50Z
Indexed on
2010/04/16
15:53 UTC
Read the original article
Hit count: 285
Silverlight
|grid
I have a custom control that I've placed inside a cell of a grid. I have some internal calculations I need to run based on the height and width of the custom control. However, I want it to resize based on the size of the cell.
So, my main question is... how to I programatically determine the height and width of a given cell?
© Stack Overflow or respective owner