开发者

Flex 4 List - scrollbars become visible and cover the itemrenderer

开发者 https://www.devze.com 2023-04-07 00:20 出处:网络
I have a list inside a VDividedBox.When the box is resized so the vertical scrollbar shows on the list, it covers some of the itemrenderers.开发者_如何学CHow do I get the list to resize horizontally s

I have a list inside a VDividedBox. When the box is resized so the vertical scrollbar shows on the list, it covers some of the itemrenderers.开发者_如何学C How do I get the list to resize horizontally so that the scrollbar does not cover the renderers?


Actually, I'm fairly sure it's not the list scrollbar that's showing, but the VDividedBox's, hence why it's covering the list. It's a known bug in Flex 3. If I were you, I'd set the height of the list at 100% and remove the scrollbar by doing horizontalScollPolicy="off" on the VDividedBox.

0

精彩评论

暂无评论...
验证码 换一张
取 消