ScrollBar Hiding for Empty Rows

Hi, Whenever there is a blanklist to hide the scrollbar i have to place below code mygrid.TableControl.VScrollBehavior = GridScrollbarMode.Disabled and when i have to show scrollbar i have to use mygrid.TableControl.VScrollBehavior = GridScrollbarMode.Automatic is there any property like Automatic which will hide if the list is empty and will show scrollbar if list is populated Ajay

2 Replies

AD Administrator Syncfusion Team June 19, 2006 07:48 PM UTC

Hi Ajay, Attached is little sample with a button that hides rows in a virtual grid. The scrollbar seems to work as expected for me using version 4.1/4.2 What are you doing differently? Can you upload a sample showing the problem? Here is a sample. http://www.syncfusion.com/Support/user/uploads/Nested_GGC_9b77a78b.zip Best Regards, Haneef


AD Administrator Syncfusion Team June 20, 2006 03:29 PM UTC

Hi Haneef, I am using 3.201.1.0 version so is that the problem. Ajay

Loader.
Up arrow icon