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.
我知道(或者至少我认为我知道)“选择”本质上是一个特定的排列对象,但是当我进行绑定时,我总是一次绑定一个对象。那么我怎么知道什么时候使用“selection”,什么时候使用“arrangedObjects”呢?
啊,我明白我做错了什么。“一次一个对象”来自不区分表格列和文本视图。表格列使用排列对象,因为它包含多个对象,排列,而文本视图是单个对象,因此它使用选择。