VIeditorlover 0 Junior Poster

Hi,

I have this problem - a user defined control is placed in grid (Silverlight),
I need user control to resize itself any time when size of column/row is changed to fill whole dimension width/height. But when method MeasureOverride/ArrangeOverride is invoked there is always the same initial size in the argument methods. What is proper way to implement such behavior ?

Thanks for any meaningful advice !