Related questions
Question 397 - H14-231_V1.0 discussion
A developer uses ListContainer to create a list component that can be swiped, in order to improve the user experience, it needs to display the rebound effect when swiping to the beginning and end of the list, which of the following options can meet this requirement?
A.
listContainer.setReboundEffect(true);
B.
<ListContainer...... ohos:rebound_effect='true'/>
C.
listContainer.setReboundEffect(false);
D.
<ListContainer...... ohos:rebound_effect='false'/>
Your answer:
0 comments
Sorted by
Leave a comment first