silverlight - prevent datagrid stretching to row height -
I have two datagrads in the same line, two different columns. Depending on the data, the width of the datagrid on my left is 400-500. The grid on the right hand side is usually only 100 to the maximum of 100. My issue is pulling the right hand data grid to match the grid height on the left side. There is this to disable this anyway
Let's see if you put them both in Grid.Row = "0"
"itemprop =" text "> Let me assume the default vertical alignment of Stretch to DataGrid . That means they will fill the vertical position presented by the line. Try to install ... & lt; SDK: Data Grid Grid.Column = "2" VerticalAlignment = "Top" ... />
Comments
Post a Comment