I have a screengrid on a form.  The screengrid is filled with dat from a
database table.

Some tables only have a few records and the grid does not have a vertical
scrollbar.

Some tables have a lot of records and the grid does haev a vertical scrollbar.

Is there a way in program code to know if the screengrid scrollbar is visible or
not?  Meaning, is there a screengrid property I can examine to determine if the
scroll bar is active?

Example:

If myscreengrid.property = what
then something := 'scroll bar active'
else something := 'scroll bar not active';


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to