You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/09/21 22:36:30 UTC

[43/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - FLEX-34530: Forced the vertical scroll to be active. Removed 2 bindings that were causing warnings and were not needed.

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/master
Commit: df9ae1bd0a7f05f79ba5c59722ae6034216c535f
Parents: 45488c1
Author: Mark Kessler <Ke...@gmail.com>
Authored: Sun Sep 7 16:15:21 2014 -0400
Committer: Mark Kessler <Ke...@gmail.com>
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"