01-24-2008 01:45 PM
01-28-2008 06:56 AM
Hi SteveP,
There is an array property called Vertical Scrollbar Visible. You could compare the array size to the number of rows and then use a case structure to set the visibility of the scrollbar. I modified your code to do this, although some of the logic is unnecessary since the number of rows and array size will always be equal due to the way the array is being created.
01-28-2008 08:33 AM
01-28-2008 11:17 AM