From e4ec9ff57d9516ab07263020ce6ff77bf61ce1de Mon Sep 17 00:00:00 2001 From: Johannes Eickhold Date: Thu, 26 Feb 2015 12:22:59 +0100 Subject: [PATCH] Improve documentation of ScrollComposite Fix #266 Change-Id: Ie736d0d84bfd1c6c13c2baa8a8ec8fdb3215b3f4 --- doc/definitions/ScrollComposite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {