Hi there,
another bug in our solution :-)
We have a TreeListView and if loading the page we fill this with some data of our customer.
The vertical scrollbar appears but is without function, nothing happend if using it, using the mouse scroll wheel also without function.
But if we resize that control, all works in the expected way.
How can we bring this to work from the beginning without resizing first?
this is how we set the control and the binding:
Any idea?
Best Regards
Manfred
another bug in our solution :-)
We have a TreeListView and if loading the page we fill this with some data of our customer.
The vertical scrollbar appears but is without function, nothing happend if using it, using the mouse scroll wheel also without function.
But if we resize that control, all works in the expected way.
How can we bring this to work from the beginning without resizing first?
this is how we set the control and the binding:
<
TreeProvider:ElementTree
x:Name
=
"ElementTree"
Margin
=
"0,9,3,9"
Grid.Row
=
"0"
Grid.Column
=
"0"
Opacity
=
"0.75"
ScrollViewer.VerticalScrollBarVisibility
=
"Auto"
ScrollViewer.HorizontalScrollBarVisibility
=
"Auto"
Visibility
=
"{Binding ElementName=ModuleHosterPage, Path=ViewModel.TreeViewVisibility}"
/>
Any idea?
Best Regards
Manfred