I have a 10.2 report with a simple list. When the report is run the output has 2 scrollbars vertically and 2 scrollbars horizontally. I tries several ways to get rid of the extra scrollbars. I specified lesser height and width for the list and I expected to see scrollbars for the list only. Even after specifying size and overflow properties for the list, the report output still shows the main scrollbars unneccesarily. I want to get rid of the main scrollbars and show scrollbars for the list only. Any ideas
Quote from: vvasireddy9 on 16 Jun 2014 03:13:48 PM
I have a 10.2 report with a simple list. When the report is run the output has 2 scrollbars vertically and 2 scrollbars horizontally. I tries several ways to get rid of the extra scrollbars. I specified lesser height and width for the list and I expected to see scrollbars for the list only. Even after specifying size and overflow properties for the list, the report output still shows the main scrollbars unneccesarily. I want to get rid of the main scrollbars and show scrollbars for the list only. Any ideas
It sounds to me like your list might be inside another object (table cell maybe?) which also has a specific size defined? I'm assuming one set of scrollbars is for the list itself and one is for the container it is in?
If so, you could simplify or remove the size restriction on the container?
Just a thought?
MF.