Hi there,
I'm facing a little problem with ListGrids horizontal scrollbar. I need to find out if it is showed or not at runtime. Is there any simple way how to find it out?
Currently I'm using workaround so that I summarize widths of all showed collums and then compare it with width of whole ListGrid but there is a problem when I use autofit for collums - in this case I wont get collums widths but just null values...
I am using SmartGWT 3.1.
I will appreciate any advice, thanks
Honza
I'm facing a little problem with ListGrids horizontal scrollbar. I need to find out if it is showed or not at runtime. Is there any simple way how to find it out?
Currently I'm using workaround so that I summarize widths of all showed collums and then compare it with width of whole ListGrid but there is a problem when I use autofit for collums - in this case I wont get collums widths but just null values...
I am using SmartGWT 3.1.
I will appreciate any advice, thanks
Honza
Comment