Re: How to detect the presence of scrollbar on scrolled window.

2007-01-03 Thread Ed Catmur
amol wrote: > Does anyone know how to find out whether a vertical scrollbar is present > on scolled window or not. > I need to detect its presence at runtime. > below is the code which i tried to find out.but it is not working as > expected. > line 3 is always returning false.irrespective of vscrol

How to detect the presence of scrollbar on scrolled window.

2007-01-03 Thread amol
Does anyone know how to find out whether a vertical scrollbar is present on scolled window or not. I need to detect its presence at runtime. below is the code which i tried to find out.but it is not working as expected. line 3 is always returning false.irrespective of vscrollbar presence. 1. scro