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

How I can show Horizontal Scroll bar in GridDataBoundGrid

Hi,
How I can show Horizontal Scroll bar in GridDataBoundGrid???
By default only the vertical scroll bar appears!!!
Best regars Alexander.

1 Reply

AD Administrator Syncfusion Team October 30, 2006 04:38 AM UTC

Hi Alexander,

Please try this code for show the Scrollbar in a grid.

this.grid1.HScrollBehavior = GridScrollbarMode.Enabled ;
this.grid1.HScroll = true;

To have disabled and visible scrollbars, See the below sample.
http://www.syncfusion.com/Support/user/uploads/scrollbar_ef975a5a.zip

Let me know if this helps.
Best Regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon