diff --git a/docs/REFERENCES/scenegraph/standard-dialog-framework-nodes/std-dlg-text-item.md b/docs/REFERENCES/scenegraph/standard-dialog-framework-nodes/std-dlg-text-item.md index 0334952b..c643944f 100644 --- a/docs/REFERENCES/scenegraph/standard-dialog-framework-nodes/std-dlg-text-item.md +++ b/docs/REFERENCES/scenegraph/standard-dialog-framework-nodes/std-dlg-text-item.md @@ -44,6 +44,13 @@ The **StdDlgTextItem** node is used to display a block of text. It should only b Specifies the text to be displayed. If the text width does not fit within the width of the content area, the text will wrap onto multiple lines. +scrollable +boolean +false +READ_WRITE +Specifies whether the text is scrollable. If true, the text will be displayed in a scrollable area. + + namedTextStyle string "normal"