Flex DataGrid 鼠标悬停行具有渐变背景

发布于 2024-08-26 07:01:15 字数 105 浏览 3 评论 0原文

我有一个 DataGrid,需要在鼠标悬停在行上时显示渐变背景。我已经为每一列创建了项目渲染器,并且渐变显示了鼠标悬停的单个单元格,但不是整行。当鼠标悬停在其中一个单元格上时,如何使整行显示渐变?

I have a DataGrid that needs to show a gradient background on mouseover of the row. I have created itemrenderers for each of the columns and the gradient shows up for the individual cell that is moused over, but not for the whole row. How do I get the whole row to show the gradient when mousing over one of the cells?

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

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

发布评论

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

评论(1

奈何桥上唱咆哮 2024-09-02 07:01:15

您已经子类化了DataGrid,并深入研究了ListBase并重写了受保护的函数drawRowHighlightIndicator()。您将使用图形类来绘制您需要的内容,因此请深入了解如何做到这一点。

You have subclass the DataGrid and delve into the ListBase and override the protected function drawRowHighlightIndicator(). You'll be using the graphics class to draw what you need, so bone up on how to do that.

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