Hi, I am using itemrenderer in a list and this list is inside a canvas, which I am using in my application as a component. I am providing width and height in percentages for all the components. The aim is to prevent the scrollbar from appearing. However, I am not able to prevent scroll bars from appearing. Only way scrollbars don't appear is if i give the component a very large width, but this doesn't help as the component over shoots the amount of space i have provided in my application. I want these components to shrink and at no point a scroll bar should come. I tried using horizontalScrollBarPolicy="off" but doing this hides a part of my component. Any idea where the problem is?
Thanks & Regards, Gautam.
