I have a requirement to retemplate the Scrollbar so that only one template is required, instead of separate horizontal and vertical ones. The designer's assertion is that the scrollbar can be rotated on a trigger (Orientation = Horizontal), and the commands swapped on the buttons.
Since the single template is set up as a grid with rows, the horizontal scrollbar is stuck in the center of the view when rotated, showing just the left and right buttons. This seems to be because the height of the center * row is the height of the track area, so it won't stretch. Binding in the trigger to the height of something like the parent scrollviewer actualwidth causes the usual stackoverflow.
Any thoughts? I presume there's a reason all the examples have a horizontal and vertical template separate.