Related questions
Question 368 - H14-231_V1.0 discussion
. When developing a HarmonyOS application, use a component Text as the title of a page, if you want to make the title invisible and still occupy the space of the current page, the following operations are correct
A.
ohos:visibility= 'invisible'
B.
text.setVisibility(Component.HIDE)
C.
ohos:visibility='hide'
D.
text.setVisibility(Component.INVISIBLE)
Your answer:
0 comments
Sorted by
Leave a comment first