gpt4 book ai didi

scrollview - react native : 2 scroll views with 2 sticky headers

转载 作者:行者123 更新时间:2023-12-03 23:58:26 24 4
gpt4 key购买 nike

我正在尝试创建一个日 View ,左侧有时间,顶部是人。目前,我可以将左侧或顶部标题粘贴,但不能同时粘贴。

你如何获得2个粘性标题?

Two Scroll Views each with a header

我的渲染看起来像这样:

  <ScrollView style={{height: 600}}>
<ScrollView horizontal={true}>
<View style={styles.column}>
<View style={{ flex: 1, flexDirection: 'row', width}}>
{header}
</View>

<View style={styles.row}>
<View style={[styles.container, { width, marginLeft: 40 }]}>
{this.generateRows()}
</View>
</View>

</View>
</ScrollView>
<View style={{backgroundColor: 'white', position: 'absolute', top: 0, bottom: 0, left: 0, }}>
<View style={{ flex: 1, flexDirection: 'row'}}>
<View style={styles.row}>
<Text></Text>
</View>
</View>
<View style={{height: 1000, width: 40 }}>
{this.generateRowLabels()}
</View>
</View>
</ScrollView>

最佳答案

您可以尝试将顶层 ScrollView 更改为 View/FlexBox,其中 flexDirection 为“列”?这将导致内部 ScrollViews 适合窗口大小。

关于scrollview - react native : 2 scroll views with 2 sticky headers,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36668973/

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