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

show vertical & horizontal scrollbars manually

Hello,

is it possible to show the vertical & horizontal scrollbars manually in VB?

Many thanks
Frank

3 Replies

NK Neelakandan Kannan Syncfusion Team December 9, 2014 05:35 PM UTC

Hi Frank,

 

Thank you for your interest in Syncfusion products.

 

If you want to show the vertical and horizontal scroll bar in GridGroupingControl, you can enable HScrollBehavior and VScrollBehavior property as true.

 

Code Snippet:

this.gridGroupingControl1.TableControl.HScroll = true;

this.gridGroupingControl1.TableControl.HScrollBehavior = Syncfusion.Windows.Forms.Grid.GridScrollbarMode.Enabled;

this.gridGroupingControl1.TableControl.VScroll = true;

this.gridGroupingControl1.TableControl.VScrollBehavior = Syncfusion.Windows.Forms.Grid.GridScrollbarMode.Enabled;

 

Please let me know if you have any concerns.

 

Regards,

Neelakandan



FP Frank Piplak December 10, 2014 06:17 PM UTC

Perfect, many thanks.


NK Neelakandan Kannan Syncfusion Team December 11, 2014 04:20 AM UTC

Hi Frank,

 

Thank you for your update.

 

Please let us know if you want further assistance on this. We will assist you as soon as possible.

 

Regards,

Neelakandan


Loader.
Live Chat Icon For mobile
Up arrow icon