Repository: flex-utilities Updated Branches: refs/heads/develop 45488c150 -> df9ae1bd0
FLEX-34530: Forced the vertical scroll to be active. Removed 2 bindings that were causing warnings and were not needed. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/df9ae1bd Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/df9ae1bd Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/df9ae1bd Branch: refs/heads/develop Commit: df9ae1bd0a7f05f79ba5c59722ae6034216c535f Parents: 45488c1 Author: Mark Kessler <[email protected]> Authored: Sun Sep 7 16:15:21 2014 -0400 Committer: Mark Kessler <[email protected]> Committed: Sun Sep 7 16:15:21 2014 -0400 ---------------------------------------------------------------------- .../TourDeFlex3/src/spark/controls/ScrollBarExample.mxml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/df9ae1bd/TourDeFlex/TourDeFlex3/src/spark/controls/ScrollBarExample.mxml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/src/spark/controls/ScrollBarExample.mxml b/TourDeFlex/TourDeFlex3/src/spark/controls/ScrollBarExample.mxml index 8de456e..bed0582 100644 --- a/TourDeFlex/TourDeFlex3/src/spark/controls/ScrollBarExample.mxml +++ b/TourDeFlex/TourDeFlex3/src/spark/controls/ScrollBarExample.mxml @@ -36,7 +36,7 @@ clipAndEnableScrolling="true" itemRenderer="spark.skins.spark.DefaultItemRenderer"> <s:layout> - <s:VerticalLayout requestedRowCount="4"/> + <s:VerticalLayout requestedRowCount="3"/> </s:layout> <s:dataProvider> <s:ArrayCollection> @@ -72,10 +72,7 @@ </s:DataGroup> </s:HGroup> - <s:HScrollBar viewport="{horizView}" - left="{horizView.left}" - bottom="{horizView.bottom}" - width ="{horizView.width}"/> + <s:HScrollBar viewport="{horizView}" width ="{horizView.width}"/> </mx:Box> <s:Label paddingLeft="15" width="199" verticalAlign="justify" color="0x323232"
