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
925
Scrollbars not showing
posted

Why would scrollbars on a grid not show?  I have specifically set them to show in DisplayLayout of the grid. I have tried setting the Scrollbars property to automatic, Veritical and they never show.  Any ideas?

Thanks

Scott

Parents
  • 48586
    posted

    Hello Scott,

     

    UltraGrid’s property Scrollbars determine when and how scrollbars should be displayed. The control would enable and disable the scrollbars depends on rows’ and columns’ counts. So if you set ultraGrid1.DisplayLayout.Scrollbars to Scrollbars.Vertical it will display a vertical scrollbar and it will be enabled or disabled depends on rows’ count. If you set this property to Automatic, then the grid will display scrollbars only if they are needed.

     

    Let me know if you have any further questions or If I misunderstood your requirement.

Reply Children