1
我用滾動視圖的水平滾動的 行文字把我的文本,但文本begain在屏幕滾動型水平做出反應原住民
的,這是我的代碼
<ScrollView
ref={(scrollView) => { this._scrollView = scrollView; }}
horizontal={true}
showsHorizontalScrollIndicator={false}
showsVerticalScrollIndicator={false}
automaticallyAdjustContentInsets={false}
directionalLockEnabled={true}
bounces={false}
scrollsToTop={false}
>
這是發生了什麼:
在右側文本切,我可以從左邊滾動到右邊的文字... 我需要做什麼?
TNX很多
什麼?它的反應原生...沒有HorizontalScrollView在反應原生... – gregory
啊,我雖然你使用的是android sdk。 –
當我使用contentContainerStyle = {{marginLeft:-50}}幫助它返回文本,但它不是genric解決方案... – gregory