Flex 4.5 使菜单项居中对齐
我在网上搜索过,但所有这些都是针对 Flex 3 的
。Flex 4.5 中将 mx:MenuBar
项对齐在栏中间的方法是什么?
(通常它们位于最左侧)
I have searched the net, but all those tuts are for Flex 3.
What is the approcach in Flex 4.5 to align the mx:MenuBar
items in middle of the bar ?
(usually they are on the far left side)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不把 MenuBar 放在父容器中呢?父容器将具有 100% 宽度,而 MenuBar 则不会。然后可以将 MenuBar 水平放置在该容器内。
Why don't you just put your MenuBar in a parent container? The parent container would have a 100% width, while the MenuBar would not. The MenuBar could then be positioned horizontally within that container.
来自 flexdeveloper.eu ,将
itemAlign
设置为 center:from flexdeveloper.eu, set
itemAlign
to center: