We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Scrollbar

Hi: We have the following requirement to met using the version 1.6.1.8 of the grid: Note: The size of the grid is fixed with predetermined number and width of the columns. On load there should not be any scroll bars (either horizontal or vertical on the grid). - Here, if the number of rows increase beyond the visible area of the grid, then only the vertical scroll bar should be displayed. The horizontal scrollbar should not be visible in this case as the column widths are the same as on load. Is it posssible to acheive this? The horizontal scrollbar can/ should appear only if the user increases a column width. Basically, we are looking at avoiding the user to scroll when not required. One of the options that can be acceptable would be to have the vertical scrollbar displayed by default always. Please advise.

1 Reply

AD Administrator Syncfusion Team November 4, 2004 09:42 AM UTC

Try setting these properties to see if it gives you what you want. this.gridControl1.HScrollBehavior = GridScrollbarMode.Disabled; this.gridControl1.VScrollBehavior = GridScrollbarMode.Automatic;

Loader.
Live Chat Icon For mobile
Up arrow icon