WPF Horizontal Scrollbar is not visible

Posted by Ant on Stack Overflow See other posts from Stack Overflow or by Ant
Published on 2010-04-21T01:15:13Z Indexed on 2010/04/21 1:23 UTC
Read the original article Hit count: 351

Filed under:
|
|

Hi All,
     I have a Grid inside ScrollViewer. Grid has only one columns and many rows. I add controls into grid rows. The problem is I can see VerticalScrollBar when I am adding controls but I cannot see HorizontalScrollBar although I add very wide controls.
My xaml looks like the following

<ScrollViewer>  
    <Grid>  
        rows ...  
    </Grid>  
</ScrollViewer>  

Thanks,
ant.

© Stack Overflow or respective owner

Related posts about horizontal

Related posts about scrollbar