我使用CustomListItem与BoxLayout垂直和 BoxLayout水平分别有一个ListItemLabel和4个ListItemLaButton BoxLayout垂直一个ListItemLabel。
当我在CustomListItem中获取项目时,它向我显示所有ListItemLabel和ListItemLaButton。我想知道我是否可以使用on_press一个ListItemLaButton来向我显示BoxLayout垂直上的ListItemLabel 而不是当我在CustomListItem上添加项目时。