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

vertical scroll bar not moving to reflect expanded grid

In our application, we implement the gridgroupingcontrol. When we attempt to expand a section by clicking on the "+", the vertical scroll bar to the right does not move to show the user the new expanded section. The user has to manually scroll the vertical bar down to see the results after clicking the "+". Specifically, when you vertically scroll down the bar the the very bottom of your application, and the last element is a section that is expandable, if the user decides to click the plus sign, the vertical scroll bar won''t move further down all the way so the user can see things.

If you download the zip attached, which is the Hierarchy View sample taken from SyncFusion, this happens as well. Try to run this sample, scroll to the very bottom, and expand "WANDK" by clicking the plus sign. Notice you have to manually move the vertical bar yourself to see the results of the expansion.

What can we do to solve this problem? Is this a fix in later versions, as we are using 5.1.1.47? What is the workaround to get this scroll bar to behave correctly in our current version?

Please let me know! Thanks.



HierarchyView_ff17192b.zip

1 Reply

JJ Jisha Joy Syncfusion Team June 30, 2008 11:22 AM UTC

Hi Ricky,

Please try to use the following code snippets and let me know if this helps.



this.gridGroupingControl1.TableControl.VScrollBehavior = GridScrollbarMode.AutoScroll | GridScrollbarMode.Automatic;



Thank you for using Syncfusion products.

Regards,
Jisha


Loader.
Live Chat Icon For mobile
Up arrow icon