Hi All,
I have a Grid containing number of rows in it. I want to add 4 controls in the first row of the Grid which has 4 columns in all the rows.
I tries this with the help of a StackPanel giving Grid.Row="0" and Grid.ColumnSpan="4".
But, i was not successful. And, if i try without a stackpanel, the alignment is very bad.
Please help me get out of this.
Thanks
Manikandan