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.
我有某种“查找”功能,通过将约会添加到 selectedAppointments 列表中来选择约会。有效,但议程不会自动滚动到正确的位置。所以在某些情况下,用户看不到选定的约会。
我怎样才能告诉议程滚动到正确的位置?
谢谢!
Agenda 上有一个 DisplayedLocalDateTime 属性(如果您仍在使用 depriated 属性,则为显示日历)。它会告诉 Agenda 及时显示特定的时刻,但取决于活跃的皮肤(周、日或未来将带来的任何东西),这可能是不同的时间框架。
重读后,我注意到您非常具体地使用了“滚动”一词,因此我检查并正确显示了基于 displayLocalDateTime 的日期,但它没有滚动到该日期内的正确时间。刚刚解决了这个问题。