Page 1 of 1

Horizontal Scrollbar of ListView/ListBox not working

Posted: 10 Nov 2017, 08:35
by nikobarli
Hi, it seems that the Horizontal scrollbar of ListView/ListBox is not working.

With the default style,
1. When ScrollViewer.HorizontalScrollBarVisibility="Auto" -> Horizontal Scrollbar is not shown
2. When ScrollViewer.HorizontalScrollBarVisibility="Visible" -> Horizontal Scrollbar is shown, but no thumb appears (thus, cannot be scrolled)

With NoesisStyle.xaml
1. When ScrollViewer.HorizontalScrollBarVisibility="Auto" -> Horizontal Scrollbar is not shown
2. When ScrollViewer.HorizontalScrollBarVisibility="Visible" -> Horizontal Scrollbar is not shown

Re: Horizontal Scrollbar of ListView/ListBox not working

Posted: 10 Nov 2017, 19:59
by sfernandez
I think it is a bug in the VirtualizingStakPanel, it is not arranging correctly the items and they are clipped horizontally.
Could you please create a ticket in our bugtracker and we will fix it for the next release?

Thanks.

Re: Horizontal Scrollbar of ListView/ListBox not working

Posted: 13 Nov 2017, 02:35
by nikobarli

Re: Horizontal Scrollbar of ListView/ListBox not working

Posted: 16 Nov 2017, 11:22
by jsantos
Thanks a lot!