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