gpt4 book ai didi

angular - Ionic V4( Angular )content.scrollToTop

转载 作者:太空狗 更新时间:2023-10-29 18:23:01 24 4
gpt4 key购买 nike

在 Ionic V3.X 中,这会将 View 滚动到顶部:

@ViewChild(Content) content: Content;

this.content.scrollToTop();

在 Ionic V4 中,这不再有效 - “Content 类型上不存在属性 scrollToTop”。

有替代方案吗?谢谢。

最佳答案

使用

@ViewChild(IonContent) content: IonContent;

...

this.content.scrollToTop(500);

对我有用,希望对你也有帮助。更多详情 https://www.freakyjolly.com/ionic-4-how-to-scroll-to-top-bottom-using-ion-content-scroll-events/

关于angular - Ionic V4( Angular )content.scrollToTop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52089304/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com