Var*_*nde 5 html javascript frontend ellipsis react-native
<Text style={styles.TextStyle}>
This is the Sample Ellipsis Text for Ellipsis from Start.This is the Sample Ellipsis Text for Ellipsis from Start.This is the Sample Ellipsis Text for Ellipsis from Start.
</Text>
Run Code Online (Sandbox Code Playgroud)
如果内容超出我需要显示的范围,我想使用点
答案numberOfLines的参考。只需使用 numberOfLines 数量,如果您输入 numberOfLines = { 2 },它将显示 2 行,额外的文本将以点表示。
<Text style={styles.TextStyle} numberOfLines = { 1 } ellipsizeMode = 'head'>
This is the Sample Ellipsis Text for Ellipsis from Start.This is the Sample Ellipsis Text for Ellipsis from Start.This is the Sample Ellipsis Text for Ellipsis from Start.
</Text>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3422 次 |
| 最近记录: |