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
262
Enabling Vertical Scrollbar in Wingrid
posted

Hi

        Im using wingrid and have to display hundred thousand records. So im using manual paging to display these records. We are planning to have the vertical scrollbar enabled on the wingrid which would have the minimum and maximum values assigned programatically.So Please let me know how i can find the vertical scrollbar, set these values and enable it. Please see the number of records will be set to 10 per page and i still want the scrollbars enabled.

Parents
No Data
Reply
  • 1803
    posted

    Hi ,

    Use these properties of scroll bars ,

    to set the vertical scroll bar alone use this or by default it shud be automatic.. or you can set it to automatic

    e.Layout.Scrollbars = Scrollbars.Vertical  

     To modify the appearence and other settings use the scrollbarlook

    e.Layout.ScrollBarLook.

     

Children