Skip to content

Commit

Permalink
Improve documentation of ScrollComposite
Browse files Browse the repository at this point in the history
Fix #266

Change-Id: Ie736d0d84bfd1c6c13c2baa8a8ec8fdb3215b3f4
  • Loading branch information
jonek authored and Gerrit Code Review committed Feb 27, 2015
1 parent 03fea36 commit e4ec9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/definitions/ScrollComposite.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e4ec9ff

Please sign in to comment.