Control in Grid !
WCF and WF
3
Posts
3
Posters
0
Views
1
Watching
-
I have 1 grid and i split-up into 5 column and 6 row. Now, i want to place 1 button into 1 position(column x, row y).So what code-behined(C#) to solve it. sorry for my english ;P Thank !
Why you are preferring code behind?You can do it by XAML using Grid.Row and Grid.Column in Button.
Arun Jacob http://codepronet.blogspot.com/
-
I have 1 grid and i split-up into 5 column and 6 row. Now, i want to place 1 button into 1 position(column x, row y).So what code-behined(C#) to solve it. sorry for my english ;P Thank !