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

Hide Vertical Scroll bar in Grid Grouping Control

Hi,

I am using Grid Grouping Control in one of my form.
Now, my requirement is to only hide the Vertical Scroll bar of the grid but not to disable it.(Programatically I am scrolling my grid when needed)

Is there any way that I can only hide the grid in Grid Grouping Control.

Can you help me in this..


3 Replies

SR Sri Rajan Syncfusion Team September 17, 2008 05:23 AM UTC

Hi Ankit,

Thank you for your interest in Syncfusion products.

Please try the below code to hide the vertical scrollbar and let me know if this helps.

this.gridGroupingControl1.TableControl.VScroll = false;
this.gridGroupingControl1.TableControl.VScrollBehavior = GridScrollbarMode.Disabled;


Best Regards,
Srirajan.



AT Ankit Thakkar September 17, 2008 05:45 PM UTC

Hi Srirajan,

I mentioned very clearly in my previous forum that I dont want to disable my vertical scroll bar but only to hide it.

I need to only hide the scroll bar from this grid and scroll it when I scroll other grid.

Let me know if there is any way to only hide it without disabling.

Thanks..



>Hi Ankit,

Thank you for your interest in Syncfusion products.

Please try the below code to hide the vertical scrollbar and let me know if this helps.

this.gridGroupingControl1.TableControl.VScroll = false;
this.gridGroupingControl1.TableControl.VScrollBehavior = GridScrollbarMode.Disabled;


Best Regards,
Srirajan.





SR Sri Rajan Syncfusion Team September 18, 2008 04:52 AM UTC

Hi Ankit,

Thank you for your interest in Syncfusion products.

The code attached in the previous update does not disable the scrollbar, it is used only to hide the Scrollbar. Please refer the below sample for more details.

http://websamples.syncfusion.com/samples/grid.windows/F76569/main.htm

Please let me know if this helps.

Best Regards,
Srirajan.



Loader.
Live Chat Icon For mobile
Up arrow icon