Hello,
Is-it possible to position the horizontal scroll bar on the top of the grid, and not at the buttom (or even better both on top and bottom)?
Thanks
There's no property for this. But it might be possible to do this with a CreationFilter. What you would have to do is essentially move the UIElement that contains the scrollbar to the top of the grid and then move the element which contains the rows (assuming it's only one element) down under the scrollbar.
In theory, it should work, but I can't say I've ever tried it.