ExamGecko
Question list
Search
Search

Related questions











Question 397 - H14-231_V1.0 discussion

Report
Export

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);
Answers
A.
listContainer.setReboundEffect(true);
B.
<ListContainer...... ohos:rebound_effect='true'/>
Answers
B.
<ListContainer...... ohos:rebound_effect='true'/>
C.
listContainer.setReboundEffect(false);
Answers
C.
listContainer.setReboundEffect(false);
D.
<ListContainer...... ohos:rebound_effect='false'/>
Answers
D.
<ListContainer...... ohos:rebound_effect='false'/>
Suggested answer: A, B
asked 18/09/2024
Patrick Evelinton de Souza Borges
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first