When I tried to add the RadGridView control inside a grid control hosted by a stack panel, the vertical scroll bar disappeared.
<StackPanel> |
<Grid> |
<RadGridView /> |
</Grid> |
</StackPanel> |
If I remove the stack panel the problem disappears. Will this behavior always occur whenever RadGridView has a StackPanel somewhere higher in the hierarchy?