make lists scroll
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/04a63b6c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/04a63b6c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/04a63b6c Branch: refs/heads/tlf Commit: 04a63b6c2875c2fd66c15c969b29335cfca2b967 Parents: 66cae51 Author: Harbs <[email protected]> Authored: Wed Jun 7 10:44:08 2017 +0300 Committer: Harbs <[email protected]> Committed: Wed Jun 7 10:44:08 2017 +0300 ---------------------------------------------------------------------- frameworks/projects/Basic/src/main/resources/defaults.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/04a63b6c/frameworks/projects/Basic/src/main/resources/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/src/main/resources/defaults.css b/frameworks/projects/Basic/src/main/resources/defaults.css index 880d161..c3425b0 100644 --- a/frameworks/projects/Basic/src/main/resources/defaults.css +++ b/frameworks/projects/Basic/src/main/resources/defaults.css @@ -353,7 +353,7 @@ List IDataProviderItemRendererMapper: ClassReference("org.apache.flex.html.beads.DataItemRendererFactoryForArrayData"); IItemRendererClassFactory: ClassReference("org.apache.flex.core.ItemRendererClassFactory"); IItemRenderer: ClassReference("org.apache.flex.html.supportClasses.StringItemRenderer"); - IViewport: ClassReference("org.apache.flex.html.supportClasses.Viewport"); + IViewport: ClassReference("org.apache.flex.html.supportClasses.ScrollingViewport"); IViewportModel: ClassReference("org.apache.flex.html.beads.models.ViewportModel"); border-style: solid; border-color: #222222;
