Page 1 of 1

Templating Scrollviewer ?

Posted: Tue Oct 11, 2016 3:50 am
by ThibTib
Dear JS-Support,

my question is simple : is it possible to make a XAML style template of a ScrollViewer ?

Btw I would like to know if it's possible to hide the scrollbar without losing scroll feature ? In WPF you can set the Vertical/HorizontalScrollBarVisibility to "Hidden" and it will keep the possibility for the user to scroll. Unfortunately, it seems that it's not the case right now in CSHTML5 : the scrollbar is hidden but we are not able to scroll anymore.

Thx in advance for your answer... oh and good job for the last release !