Hello,
I am quite new to programming in C# and writing currently my first program using WPF.
At the moment I am struggling a bit with the grid. Is it possible to dynamically adjust the grid size to the size of the window (subtracting the borders of the window of course) so I could dynamically adjust sizes of objects inside the grid to its size?
Thanks already for any answer that might help me =S
Loading
PhilippPosted Dec 8, 2011, 8:45 AM
Thanks for the help!
SenthilkumarPosted Dec 8, 2011, 6:37 AM
The column size can be given. The col[0], col[1] like that the width can be set...