Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
Scroll bar position in WinGrid
posted

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

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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. 

Children
No Data