Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<StackPanel HorizontalAlignment="Left" Grid.RowSpan="2">


                                            <Border BorderBrush="Black" BorderThickness="2" HorizontalAlignment="Left">

                                                <StackPanel Height="380" Width="180" VerticalAlignment="Top">
                                                    <!--<Grid x:Name="LogText" Height="380" Visibility="Visible" Width="180" VerticalAlignment="Top">-->

                                                    <ListView x:Name="LogBox" VerticalAlignment="Top" Height="200" ScrollViewer.CanContentScroll="True" ScrollViewer.VerticalScrollBarVisibility="Visible">

                                                            <!--<Grid x:Name="LogBox" Height="200" >


                                                            </Grid>-->

                                                        </ListView>

                                                    <TextBox x:Name="notebox" Height="180"  VerticalAlignment="Bottom" AcceptsReturn="True" TextWrapping="Wrap" VerticalScrollBarVisibility="Auto"></TextBox>
                                                </StackPanel>
                                                <!--</Grid>-->


                                            </Border>

                                        </StackPanel>




This is my code Listview scrolling is not working.
Posted

1 solution

I just tried that, populated with 20 items and it scrolls fine. Maybe there is something you are not telling us.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900