Flex:Datagrid 中基于行的渲染

发布于 2024-09-18 05:23:03 字数 116 浏览 3 评论 0原文

我需要对数据网格中的每一行进行自定义渲染。默认情况下它是基于列的。有什么方法可以实现这一目标吗?

如果有人以前尝试过此操作或对此有任何想法,请分享。

提前致谢。

阿希恩。

I need to have custom rendering of each row in my datagrid. It is column based by default. Is there some way to achieve this?

If any one has tried this before or has any idea in this regard, then please share.

Thanks in advance.

Ashine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哥,最终变帅啦 2024-09-25 05:23:03

如果您想要的只是不同的颜色,可以使用 alternatingItemColors 样式。您可以设置一系列颜色。

用于列表中项目的背景的颜色。该值是两种或多种颜色的数组。列表项的背景在数组中的颜色之间交替。

对于 DataGrid 控件,行中的所有项目都具有相同的背景颜色,并且每行的背景颜色由颜色数组确定。

您正在寻找什么样的定制?

If all you want is different colors, there is an alternatingItemColors style in DataGrid's base class ListBase. You can set an array of colors.

The colors to use for the backgrounds of the items in the list. The value is an array of two or more colors. The backgrounds of the list items alternate among the colors in the array.

For DataGrid controls, all items in a row have the same background color, and each row's background color is determined from the array of colors.

What kind of customization are you looking for?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文