Use the VR interaction on ScrollViewer

Hi Mathieu,

ScrollViewer.verticalBar has a “value” parameter that controls where the scroller is. Legal values seem to be between 0 (the beginning) and 1 (the end), so it seems that you can set that variable directly to manipulate the viewer’s scrolling behavior. Will that work for your scenario?

1 Like