最大化Panel时,如何让Panel内的地图同步增长?
我在面板中有一张地图。最大化面板时,地图保持较小的尺寸。如何使地图与面板同步增长?
最大化面板时,我添加了调整大小效果。当地图范围发生变化时,如何在地图上应用调整大小效果?
在我看来,我应该在最大化面板时调度extentChange事件。
有人能给我一些提示吗?
非常感谢!
(我在弹性学习方面还很年轻)
Best,Shuo
I have a map in a panel.When maximizing the panel,the map remain the smaller size.How to make the map growing synchronizely with the Panel?
When maximizing the Panel,I added Resize Effects.How to apply Resize effects on the Map when the extent of the map changing?
It seems to me that I should dispatch extentChange event when maximizing the panel.
Could anyone give me some hint?
Much Thanks!
(I'm very young in flex learning)
Best,Shuo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的内部地图/面板具有百分比宽度/高度,它应该自动调整大小。确保它看起来像这样:
...不是这个(明确的):
...或这个(测量的):
让我知道这是否有效。
最好的,
槊
If your inner map/panel has percent widths/heights, it should resize with it automatically. Make sure it looks like this:
... not this (explicit):
... or this (measured):
Let me know if that works.
Best,
Lance