diff --git a/doc/definitions/ScrollComposite.json b/doc/definitions/ScrollComposite.json index df97345b0..cbe713c8d 100644 --- a/doc/definitions/ScrollComposite.json +++ b/doc/definitions/ScrollComposite.json @@ -1,6 +1,6 @@ { "type": "ScrollComposite", - "description": "A composite that allows its content to overflow either vertically (default) or horizontally.", + "description": "A composite that allows its content to overflow either vertically (default) or horizontally. Children of a ScrollComposite may not be attached to its edge in scrolling direction (to the bottom for vertical scrolling, to the right for horizontal scrolling).", "include": ["Composite"], "properties": { "direction": {