How can i make grid to behave like a window? I mean when you drag the borders yo开发者_开发技巧u can increase or decrease the grid's height and width.
Thanks in advance :)
I am not sure to understand what you are trying to achieve here, but maybe if you to put your grid within another one and on the parent Grid, use a GridSplitter to resize the Child Grid. Here is a great example on how to use gridSplitters :
http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx
精彩评论