Skip to content

Commit

Permalink
Update scrollview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKylinGithub committed Jun 3, 2024
1 parent c89ab03 commit e177142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.8/en/ui-system/components/editor/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Normally a ScrollView node tree resembles the following:

![scrollview-hierarchy](scroll/scrollview-hierarchy.png)

The `view` here is used to define a scroll area that can be displayed. As a result, the Mask will normally be added to the `view`. Contents that can scroll can be put in the content node or added to its child node.
The `view` here is used to define a scroll area that can be displayed. As a result, the [Mask Component](./mask.md) will normally be added to the `view`. Contents that can scroll can be put in the content node or added to its child node.

## Add a callback through the script code

Expand Down

0 comments on commit e177142

Please sign in to comment.