开发者

No scroll on a datagrid

开发者 https://www.devze.com 2023-01-31 23:37 出处:网络
Is it possible to disable开发者_JAVA技巧 the scrolls and make them invisible on a datagrid? thank youTo answer your question: Yes!

Is it possible to disable开发者_JAVA技巧 the scrolls and make them invisible on a datagrid?

thank you


To answer your question: Yes!

To solve your problem: Look at horizontalScrollPolicy and verticalScrollPolicy . Set them both to off.


Sarang, do you have any understanding of the difference between Flex and ASP or you just sticking your 50 cents all over no mater what?

@John:

you wont have scrolls if height of the grid calculated right, something like height="{(this.dataProvider.length*gridRowHeight)+10}" plus u can switch off scrolling policies on your grid.

0

精彩评论

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