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
close icon

Regarding Scroll bar In Grid Grouping Control

Can any one help me in hiding the vertical scroll bar as well as horizontal scroll bar. its very urgent.

5 Replies

LS Lingaraj S Syncfusion Team December 10, 2009 01:32 PM UTC

Hi Rohit,

Thank you for your interest in Syncfusion products.

Please try using scroll bar behavior properties in TableControl to achieve your requirement.

We see that you have opened a few support inquiries in our Essential Grid Forum. In order to ensure that you get the timely support and direct access to a dedicated support engineer, we would recommend that you use your Direct Trac account to create support incidents. Direct Trac has a guaranteed response time of 24 hours and access to a dedicated support engineer for ongoing support until resolution. The Forum is for general information sharing, while Direct Trac is more suited for the custom support that you require. We therefore hope that you will take advantage of the Direct Trac developer support system.

Regards,
Lingaraj S.


RK Rohit Kumar January 4, 2010 09:43 AM UTC

cant find any property as such kindly help me.


LS Lingaraj S Syncfusion Team January 7, 2010 12:41 PM UTC

Hi Rohit,

Thank you for the update.

Please try using below documentation link, which give a enough details for your query.
http://help.syncfusion.com/ug_74/gridwin/default.html

We hope you have been able to get help with your technical support inquiry in this Forum. In addition to our Community Forums, we have other customized support avenues like our Direct Trac Developer Support System https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents and we hope you will take advantage of this system as well.

Regards,
Lingaraj S.


JL Jim LIttle September 1, 2016 06:00 AM UTC

The link provided above no longer directs to the intended page... 


MG Mohanraj Gunasekaran Syncfusion Team September 1, 2016 08:47 AM UTC

Hi Rohit, 
 
Thanks for using Syncfusion products, 

In order to disable the scrollbar, you can use the HScrollBehavior and VScrollBehavior property. Please refer the below code snippet 

Code Snippet: 
this.gridControl1.HScrollBehavior = Syncfusion.Windows.Forms.Grid.GridScrollbarMode.Disabled; 
this.gridControl1.VScrollBehavior = Syncfusion.Windows.Forms.Grid.GridScrollbarMode.Disabled; 
 
Regards, 
Mohanraj G. 


Loader.
Live Chat Icon For mobile
Up arrow icon