Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从另一个项目渲染器访问一个项目渲染器中的控件例如。我在 datagrid 列的一个 itemrenderer 中有一个列表框,我需要在另一个 datagrid 列的另一个 itemrenderer 中访问它。我该怎么做?
谢谢 !我使用静态变量概念将一个 itemrenderer 的值存储在另一个 itemrenderer 中并更新相同的值。