Friday 15 June 2012

How to use GridSplitter in Silverlight 4

Get Microsoft Silverlight


Step 1

  •    Add  a  grid  with  two  columns  and  two  rows   
  •     Here  i have not  specified  any  width  or  height  for  the rows and  columns  
so  the  height  and  width  of  the  Grid  will  be  divided  equally.




Step2

  •   Now  add  gridsplitters  to  each  column  and  row
  •   You  need  to  give  the  vertical ,horizontal  alignment ,Grid.Column and Grid.Row
correctly
  •   Grid.Column and Grid.Row  corresponds  to  which  column and  which row  the splitter  
goes in.




Step3

         Now  add  controls  inside  each  of  the  cell  in the  grid .I  have  added  four  calenders
in  my  application

   
      






















No comments:

Post a Comment