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.
当我们创建这样的列表时,我想在 LCDUI 列表屏幕标题上显示图像并形成屏幕标题(顶部) List list=new List("Title",List.Implicit); 然后将在列表屏幕标题(顶部)上看到标题,对于表单也类似但是,我的要求是在列表屏幕标题(顶部)的“标题”旁边显示图像并形成屏幕标题?我该如何显示?
您可以使用以下代码
List list = new List("Title", List.IMPLICIT, listText, listImage);