Scroller causes fixed width
Scroller causes fixed width
 hbanaharis            
            
                Posts: 32Questions: 14Answers: 3
hbanaharis            
            
                Posts: 32Questions: 14Answers: 3            
            
            
                            
                                  in Scroller             
        When I use Scroller the width is set to 980px and creates a lateral scrollbar.
Is there a way to adjust the width whilst using Scroller?
This question has an accepted answers - jump to answer
This discussion has been closed.
            
Answers
Do you have
width="100%"as an attribute on yourtable? If not, can you add it? It will still be a calculated value in pixels, but it will be dynamic.If that doesn't solve the issue we'd need a test case showing the problem.
Allan