Flex - 垂直对齐 Datagrid 标题文本的问题
我在对齐数据网格的标题文本时遇到一些问题。 我对标题文本使用嵌入字体,并且在应用 css 时,标题文本的行为就像我将文本垂直对齐设置为顶部一样。 我正在尝试将文本垂直居中,但尚未找到使其工作的方法。
一张图片可以让您更好地了解: 替代文本 http://www.freeimagehosting.net/uploads/d9657df077.jpg
任何提示?
问候, BS_C3
I'm having some issues aligning the header text of a datagrid.
I'm using an embed font for the header text, and when applying the css, the header text behaves as if I'd set the text vertical align to top.
I'm trying to vertically center the text, but haven't found a way to make it work.
An image to give you a better idea:
alt text http://www.freeimagehosting.net/uploads/d9657df077.jpg
Any tip?
Regards,
BS_C3
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您使用的是
headerRenderer
吗?一个简单的 headerRenderer 可能如下所示:这将使标签在框内垂直居中。您也可以水平放置。
Are you using a
headerRenderer
? A simple headerRenderer might look like:This will center the label vertically inside the box. You can position horizontally as well.
快一岁了,但还是..
样式
添加类似// can be top/middle/bottom 的
,然后在您的列中使用此样式,如下所示
您应该获得所需的输出
Almost a year old but nevertheless..
Add a style like
// can be top/middle/bottom
and then make use of this style in your column as follows
You should get the desired output